sc/source/core/data/table1.cxx | 3 --- 1 file changed, 3 deletions(-) New commits: commit 2a269251f86b6bed3f24310bca96c796847bd42f Author: Eike Rathke <er...@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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits