summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLEmptyContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLEmptyContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLEmptyContext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLEmptyContext.hxx b/sc/source/filter/xml/XMLEmptyContext.hxx
index 6157f86d89c3..be0c9e9587d9 100644
--- a/sc/source/filter/xml/XMLEmptyContext.hxx
+++ b/sc/source/filter/xml/XMLEmptyContext.hxx
@@ -25,8 +25,6 @@ class ScXMLImport;
class ScXMLEmptyContext : public SvXMLImportContext
{
- OUString sPrintRanges;
-
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }