summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlimprt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlimprt.hxx')
-rw-r--r--sc/source/filter/xml/xmlimprt.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sc/source/filter/xml/xmlimprt.hxx b/sc/source/filter/xml/xmlimprt.hxx
index bccf395f798c..bd3ba747368f 100644
--- a/sc/source/filter/xml/xmlimprt.hxx
+++ b/sc/source/filter/xml/xmlimprt.hxx
@@ -196,9 +196,9 @@ typedef ::std::list<std::unique_ptr<ScMyNamedExpression>> ScMyNamedExpressions;
struct ScMyLabelRange
{
- OUString sLabelRangeStr;
- OUString sDataRangeStr;
- bool bColumnOrientation;
+ OUString const sLabelRangeStr;
+ OUString const sDataRangeStr;
+ bool const bColumnOrientation;
};
typedef std::list< std::unique_ptr<const ScMyLabelRange> > ScMyLabelRanges;
@@ -246,9 +246,6 @@ class ScXMLImport: public SvXMLImport
mutable std::unique_ptr<ScXMLEditAttributeMap> mpEditAttrMap;
std::unique_ptr<ScXMLChangeTrackingImportHelper> pChangeTrackingImportHelper;
std::unique_ptr<ScMyStylesImportHelper> pStylesImportHelper;
- OUString sNumberFormat;
- OUString sLocale;
- OUString sCellStyle;
rtl::Reference < XMLPropertyHandlerFactory > xScPropHdlFactory;
rtl::Reference < XMLPropertySetMapper > xCellStylesPropertySetMapper;