diff options
-rw-r--r-- | sc/source/core/tool/chartpos.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/chartpos.cxx b/sc/source/core/tool/chartpos.cxx index be4a515db9eb..d92a891481b3 100644 --- a/sc/source/core/tool/chartpos.cxx +++ b/sc/source/core/tool/chartpos.cxx @@ -406,7 +406,6 @@ void ScChartPositioner::CreatePositionMap() { // create an entry without data RowMap& rCol = aColMap[0]; nColCount = 1; - assert ( rCol.empty() ); rCol[ 0 ] = nullptr; nRowCount = 1; nColAdd = 0; |