summaryrefslogtreecommitdiffstats
path: root/oox/source/xls/worksheethelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/xls/worksheethelper.cxx')
-rw-r--r--oox/source/xls/worksheethelper.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/oox/source/xls/worksheethelper.cxx b/oox/source/xls/worksheethelper.cxx
index 69d17b47a570..fc382954a376 100644
--- a/oox/source/xls/worksheethelper.cxx
+++ b/oox/source/xls/worksheethelper.cxx
@@ -1241,7 +1241,10 @@ void WorksheetGlobals::convertRows( OutlineLevelVec& orRowLevels,
if( rModel.mbHidden )
{
PropertySet aPropSet( getRows( rRowRange ) );
- aPropSet.setProperty( PROP_IsVisible, false );
+ /* #i116460# Use VisibleFlag instead of IsVisible: directly set the
+ flag, without drawing layer update etc. (only possible before
+ shapes are inserted). */
+ aPropSet.setProperty( PROP_VisibleFlag, false );
}
// outline settings for this row range