summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageHeaderFooterContext.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-03-16 13:20:19 +0000
committerSascha Ballach <sab@openoffice.org>2001-03-16 13:20:19 +0000
commitd73be579fe33535ee7ef9749f2ca9755166ad37f (patch)
tree2a5708c9bed88da3a8d774d39b7022327934f9ad /xmloff/source/style/PageHeaderFooterContext.hxx
parent8c4e352db7abb85b774a7a6d9d7ad5c959ba3aed (diff)
remove NAMESPACE_RTL macro
Diffstat (limited to 'xmloff/source/style/PageHeaderFooterContext.hxx')
-rw-r--r--xmloff/source/style/PageHeaderFooterContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/PageHeaderFooterContext.hxx b/xmloff/source/style/PageHeaderFooterContext.hxx
index 044bde06d4ea..d21267d15b4c 100644
--- a/xmloff/source/style/PageHeaderFooterContext.hxx
+++ b/xmloff/source/style/PageHeaderFooterContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageHeaderFooterContext.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dr $ $Date: 2000-10-27 06:49:12 $
+ * last change: $Author: sab $ $Date: 2001-03-16 14:20:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@ class PageHeaderFooterContext : public SvXMLImportContext
public:
PageHeaderFooterContext( SvXMLImport& 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,
::std::vector< XMLPropertyState > & rProperties,
@@ -87,7 +87,7 @@ public:
virtual ~PageHeaderFooterContext();
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 );