diff options
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index c4244853c9ae..dcf623324c4f 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -619,7 +619,7 @@ public: private: SvXMLImportContextRef mxTableImportContext; OUString msTemplateStyleName; - sal_Bool maTemplateStylesUsed[6]; + bool maTemplateStylesUsed[6]; }; #endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSHAP_HXX |