diff options
Diffstat (limited to 'framework/inc/xml/imagesdocumenthandler.hxx')
-rw-r--r-- | framework/inc/xml/imagesdocumenthandler.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/framework/inc/xml/imagesdocumenthandler.hxx b/framework/inc/xml/imagesdocumenthandler.hxx index 90ae3272bc71..7659d39cc17a 100644 --- a/framework/inc/xml/imagesdocumenthandler.hxx +++ b/framework/inc/xml/imagesdocumenthandler.hxx @@ -120,14 +120,14 @@ class OReadImagesDocumentHandler : public ::cppu::WeakImplHelper1< ::com::sun::s } }; - sal_Bool m_bImageContainerStartFound; - sal_Bool m_bImageContainerEndFound; - sal_Bool m_bImagesStartFound; - sal_Bool m_bImagesEndFound; - sal_Bool m_bImageStartFound; - sal_Bool m_bExternalImagesStartFound; - sal_Bool m_bExternalImagesEndFound; - sal_Bool m_bExternalImageStartFound; + bool m_bImageContainerStartFound; + bool m_bImageContainerEndFound; + bool m_bImagesStartFound; + bool m_bImagesEndFound; + bool m_bImageStartFound; + bool m_bExternalImagesStartFound; + bool m_bExternalImagesEndFound; + bool m_bExternalImageStartFound; sal_Int32 m_nHashMaskModeBitmap; sal_Int32 m_nHashMaskModeColor; ImageHashMap m_aImageMap; |