summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlnexpi.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-16 13:21:20 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-16 13:21:20 +0000
commit54058524c0fe22824435568370018300705e40ae (patch)
tree1dd230ad2bcbda8835830ea975c99d56e8496bef /sc/source/filter/xml/xmlnexpi.hxx
parentcreate nPos with 0 as default (diff)
downloadcore-54058524c0fe22824435568370018300705e40ae.tar.gz
core-54058524c0fe22824435568370018300705e40ae.zip
changes for udk212
Diffstat (limited to 'sc/source/filter/xml/xmlnexpi.hxx')
-rw-r--r--sc/source/filter/xml/xmlnexpi.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/xml/xmlnexpi.hxx b/sc/source/filter/xml/xmlnexpi.hxx
index 43881f9e3e9c..b3db6a0883a3 100644
--- a/sc/source/filter/xml/xmlnexpi.hxx
+++ b/sc/source/filter/xml/xmlnexpi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlnexpi.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:16 $
+ * last change: $Author: nn $ $Date: 2001-03-16 14:16:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,14 +79,14 @@ class ScXMLNamedExpressionsContext : public SvXMLImportContext
public:
ScXMLNamedExpressionsContext( ScXMLImport& rImport, USHORT nPrfx,
- const NAMESPACE_RTL(OUString)& rLName,
+ const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList>& xAttrList);
virtual ~ScXMLNamedExpressionsContext();
virtual SvXMLImportContext *CreateChildContext( USHORT nPrefix,
- const NAMESPACE_RTL(OUString)& rLocalName,
+ const ::rtl::OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList>& xAttrList );
@@ -102,14 +102,14 @@ class ScXMLNamedRangeContext : public SvXMLImportContext
public:
ScXMLNamedRangeContext( ScXMLImport& rImport, USHORT nPrfx,
- const NAMESPACE_RTL(OUString)& rLName,
+ const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList>& xAttrList);
virtual ~ScXMLNamedRangeContext();
virtual SvXMLImportContext *CreateChildContext( USHORT nPrefix,
- const NAMESPACE_RTL(OUString)& rLocalName,
+ const ::rtl::OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList>& xAttrList );
@@ -124,14 +124,14 @@ class ScXMLNamedExpressionContext : public SvXMLImportContext
public:
ScXMLNamedExpressionContext( ScXMLImport& rImport, USHORT nPrfx,
- const NAMESPACE_RTL(OUString)& rLName,
+ const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList>& xAttrList);
virtual ~ScXMLNamedExpressionContext();
virtual SvXMLImportContext *CreateChildContext( USHORT nPrefix,
- const NAMESPACE_RTL(OUString)& rLocalName,
+ const ::rtl::OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList>& xAttrList );