summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableSourceContext.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/XMLTableSourceContext.hxx
parentd22ab4775bebe38e4bc8b90431efdebc259dde03 (diff)
changes for udk212
Diffstat (limited to 'sc/source/filter/xml/XMLTableSourceContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableSourceContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLTableSourceContext.hxx b/sc/source/filter/xml/XMLTableSourceContext.hxx
index 90d0add219bf..6b356f3034a6 100644
--- a/sc/source/filter/xml/XMLTableSourceContext.hxx
+++ b/sc/source/filter/xml/XMLTableSourceContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTableSourceContext.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sab $ $Date: 2000-12-08 14:42:50 $
+ * last change: $Author: nn $ $Date: 2001-03-16 14:16:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,14 +84,14 @@ class ScXMLTableSourceContext : public SvXMLImportContext
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }
public:
ScXMLTableSourceContext( 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 ~ScXMLTableSourceContext();
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 );