summaryrefslogtreecommitdiff
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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLEmptyContext.hxx b/sc/source/filter/xml/XMLEmptyContext.hxx
index ab8b69ad8403..e2c994731256 100644
--- a/sc/source/filter/xml/XMLEmptyContext.hxx
+++ b/sc/source/filter/xml/XMLEmptyContext.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,8 +33,8 @@ class ScXMLImport;
class ScXMLEmptyContext : public SvXMLImportContext
{
- rtl::OUString sPrintRanges;
- sal_Bool bStartFormPage;
+ rtl::OUString sPrintRanges;
+ sal_Bool bStartFormPage;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }