summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmllabri.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmllabri.hxx')
-rw-r--r--sc/source/filter/xml/xmllabri.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sc/source/filter/xml/xmllabri.hxx b/sc/source/filter/xml/xmllabri.hxx
index 2876da98b871..3da2d2c0721d 100644
--- a/sc/source/filter/xml/xmllabri.hxx
+++ b/sc/source/filter/xml/xmllabri.hxx
@@ -2,7 +2,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
@@ -38,8 +38,8 @@ class ScXMLImport;
class ScXMLLabelRangesContext : public SvXMLImportContext
{
private:
- const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
- ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }
+ const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
+ ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }
public:
ScXMLLabelRangesContext(
@@ -48,14 +48,14 @@ public:
const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList>& xAttrList
);
- virtual ~ScXMLLabelRangesContext();
+ virtual ~ScXMLLabelRangesContext();
- virtual SvXMLImportContext* CreateChildContext(
+ virtual SvXMLImportContext* CreateChildContext(
USHORT nPrefix,
const ::rtl::OUString& rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList>& xAttrList
);
- virtual void EndElement();
+ virtual void EndElement();
};
@@ -64,12 +64,12 @@ public:
class ScXMLLabelRangeContext : public SvXMLImportContext
{
private:
- ::rtl::OUString sLabelRangeStr;
- ::rtl::OUString sDataRangeStr;
- sal_Bool bColumnOrientation;
+ ::rtl::OUString sLabelRangeStr;
+ ::rtl::OUString sDataRangeStr;
+ sal_Bool bColumnOrientation;
- const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
- ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }
+ const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
+ ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }
public:
ScXMLLabelRangeContext(
@@ -78,14 +78,14 @@ public:
const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList>& xAttrList
);
- virtual ~ScXMLLabelRangeContext();
+ virtual ~ScXMLLabelRangeContext();
- virtual SvXMLImportContext* CreateChildContext(
+ virtual SvXMLImportContext* CreateChildContext(
USHORT nPrefix,
const ::rtl::OUString& rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList>& xAttrList
);
- virtual void EndElement();
+ virtual void EndElement();
};
#endif