diff options
-rw-r--r-- | sc/source/core/data/stlpool.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/data/stlpool.cxx b/sc/source/core/data/stlpool.cxx index a0cfdc970123..67a9067eaafe 100644 --- a/sc/source/core/data/stlpool.cxx +++ b/sc/source/core/data/stlpool.cxx @@ -59,7 +59,8 @@ ScStyleSheetPool::ScStyleSheetPool( SfxItemPool& rPoolP, ScDocument* pDocument ) : SfxStyleSheetPool( rPoolP ), pActualStyleSheet( nullptr ), - pDoc( pDocument ) + pDoc( pDocument ), + bHasStandardStyles( false ) { } |