[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Wed Jul 4 12:47:40 UTC 2018
sc/source/core/data/table1.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 2a269251f86b6bed3f24310bca96c796847bd42f
Author: Eike Rathke <erack at redhat.com>
Date: Wed Jul 4 14:43:53 2018 +0200
Remove now moot OSL_ENSURE
Change-Id: Ifaf18cfa74a57898f4762a284ec088ece8b8270e
diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index 21301356e049..fe0473590d7b 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -1376,9 +1376,6 @@ void ScTable::GetNextPos( SCCOL& rCol, SCROW& rRow, SCCOL nMovX, SCROW nMovY,
nCol = sal::static_int_cast<SCCOL>( nCol + nMovX );
nRow = sal::static_int_cast<SCROW>( nRow + nMovY );
- OSL_ENSURE( !nMovY || !bUnprotected,
- "GetNextPos with bUnprotected horizontal not implemented" );
-
if ( nMovY && (bMarked || bUnprotected))
{
bool bUp = ( nMovY < 0 );
More information about the Libreoffice-commits
mailing list