diff options
Diffstat (limited to 'svtools/source/misc/imagemgr.cxx')
-rw-r--r-- | svtools/source/misc/imagemgr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/misc/imagemgr.cxx b/svtools/source/misc/imagemgr.cxx index f7a9a9e8a703..9456af23c7b4 100644 --- a/svtools/source/misc/imagemgr.cxx +++ b/svtools/source/misc/imagemgr.cxx @@ -51,9 +51,9 @@ struct SvtExtensionResIdMapping_Impl { const char* _pExt; - bool _bExt; + bool const _bExt; const char* pStrId; - SvImageId _nImgId; + SvImageId const _nImgId; }; static SvtExtensionResIdMapping_Impl const ExtensionMap_Impl[] = |