summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageHeaderFooterContext.cxx
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.cxx
parent8c4e352db7abb85b774a7a6d9d7ad5c959ba3aed (diff)
remove NAMESPACE_RTL macro
Diffstat (limited to 'xmloff/source/style/PageHeaderFooterContext.cxx')
-rw-r--r--xmloff/source/style/PageHeaderFooterContext.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/PageHeaderFooterContext.cxx b/xmloff/source/style/PageHeaderFooterContext.cxx
index bba5003293a0..ee34d78861a7 100644
--- a/xmloff/source/style/PageHeaderFooterContext.cxx
+++ b/xmloff/source/style/PageHeaderFooterContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageHeaderFooterContext.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sab $ $Date: 2000-10-25 15:00:52 $
+ * 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
@@ -86,7 +86,7 @@ using namespace com::sun::star;
PageHeaderFooterContext::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 > & rTempProperties,
@@ -107,7 +107,7 @@ PageHeaderFooterContext::~PageHeaderFooterContext()
}
SvXMLImportContext *PageHeaderFooterContext::CreateChildContext( USHORT nPrefix,
- const NAMESPACE_RTL(OUString)& rLName,
+ const rtl::OUString& rLName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList>& xAttrList )
{