summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlprcon.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmlprcon.hxx')
-rw-r--r--include/xmloff/xmlprcon.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmlprcon.hxx b/include/xmloff/xmlprcon.hxx
index dc528233e187..a0219b3742d9 100644
--- a/include/xmloff/xmlprcon.hxx
+++ b/include/xmloff/xmlprcon.hxx
@@ -30,9 +30,9 @@ struct XMLPropertyState;
class XMLOFF_DLLPUBLIC SvXMLPropertySetContext : public SvXMLImportContext
{
protected:
- sal_Int32 const mnStartIdx;
- sal_Int32 const mnEndIdx;
- sal_uInt32 const mnFamily;
+ sal_Int32 mnStartIdx;
+ sal_Int32 mnEndIdx;
+ sal_uInt32 mnFamily;
::std::vector< XMLPropertyState > &mrProperties;
rtl::Reference < SvXMLImportPropertyMapper > mxMapper;