summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-07-04 14:43:53 +0200
committerEike Rathke <erack@redhat.com>2018-07-04 14:47:14 +0200
commit2a269251f86b6bed3f24310bca96c796847bd42f (patch)
treefe724c3a7b028d7674c7676fd74f617b4e572375 /sc
parent4997f500497421f52adf3d4cd05df86f7c780c22 (diff)
Remove now moot OSL_ENSURE
Change-Id: Ifaf18cfa74a57898f4762a284ec088ece8b8270e
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/table1.cxx3
1 files changed, 0 insertions, 3 deletions
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 );