diff options
Diffstat (limited to 'xmloff/inc/XMLBackgroundImageContext.hxx')
-rw-r--r-- | xmloff/inc/XMLBackgroundImageContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/XMLBackgroundImageContext.hxx b/xmloff/inc/XMLBackgroundImageContext.hxx index 8080f3f3b458..6fbe5604869c 100644 --- a/xmloff/inc/XMLBackgroundImageContext.hxx +++ b/xmloff/inc/XMLBackgroundImageContext.hxx @@ -30,7 +30,7 @@ namespace com { namespace sun { namespace star { class XMLBackgroundImageContext : public XMLElementPropertyContext { XMLPropertyState aPosProp; - sal_Int32 m_nBitmapModeIdx; + sal_Int32 const m_nBitmapModeIdx; XMLPropertyState aFilterProp; XMLPropertyState aTransparencyProp; |