summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/oleprops.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/oleprops.hxx')
-rw-r--r--sfx2/source/doc/oleprops.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/oleprops.hxx b/sfx2/source/doc/oleprops.hxx
index de19ff4b530f..66b4e1c7d1aa 100644
--- a/sfx2/source/doc/oleprops.hxx
+++ b/sfx2/source/doc/oleprops.hxx
@@ -210,7 +210,7 @@ protected:
void SetPropType( sal_Int32 nPropType ) { mnPropType = nPropType; }
private:
- sal_Int32 const mnPropId;
+ sal_Int32 mnPropId;
sal_Int32 mnPropType;
};
@@ -336,7 +336,7 @@ private:
SfxOleCodePageProperty maCodePageProp; /// The codepage property.
SfxOleDictionaryProperty maDictProp; /// The dictionary property.
sal_uInt64 mnStartPos; /// Start stream position of the section.
- bool const mbSupportsDict; /// true = section supports dictionary.
+ bool mbSupportsDict; /// true = section supports dictionary.
};
typedef std::shared_ptr< SfxOleSection > SfxOleSectionRef;