summaryrefslogtreecommitdiff
path: root/sw/inc/fmtlsplt.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-20 09:50:20 +0000
committerOliver Specht <os@openoffice.org>2001-03-20 09:50:20 +0000
commitaa55b171c2ba1750b389fc4cc86c07af72ef314b (patch)
tree6d6bb824ea94b5883635611418a80179fae8a5db /sw/inc/fmtlsplt.hxx
parent90f7bda95f5b86bbb446f65fdcba8f71d35ff9d6 (diff)
NAMESPACE_RTL removed
Diffstat (limited to 'sw/inc/fmtlsplt.hxx')
-rw-r--r--sw/inc/fmtlsplt.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/fmtlsplt.hxx b/sw/inc/fmtlsplt.hxx
index 22228c5d0454..2d92054fe813 100644
--- a/sw/inc/fmtlsplt.hxx
+++ b/sw/inc/fmtlsplt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtlsplt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $
+ * last change: $Author: os $ $Date: 2001-03-20 10:50:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,9 +88,9 @@ public:
const International* pIntl = 0 ) const;
virtual USHORT GetVersion( USHORT nFFVer ) const;
- virtual BOOL importXML( const NAMESPACE_RTL(OUString)& rValue,USHORT,
+ virtual BOOL importXML( const ::rtl::OUString& rValue,USHORT,
const SvXMLUnitConverter& rUnitConv );
- virtual BOOL exportXML( NAMESPACE_RTL(OUString)& rValue, USHORT,
+ virtual BOOL exportXML( ::rtl::OUString& rValue, USHORT,
const SvXMLUnitConverter& rUnitConv ) const;
};