summaryrefslogtreecommitdiff
path: root/sw
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
parent90f7bda95f5b86bbb446f65fdcba8f71d35ff9d6 (diff)
NAMESPACE_RTL removed
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/fchrfmt.hxx6
-rw-r--r--sw/inc/fmtfsize.hxx8
-rw-r--r--sw/inc/fmtlsplt.hxx8
-rw-r--r--sw/inc/fmtornt.hxx12
-rw-r--r--sw/inc/fmtpdsc.hxx8
-rw-r--r--sw/inc/paratr.hxx8
6 files changed, 25 insertions, 25 deletions
diff --git a/sw/inc/fchrfmt.hxx b/sw/inc/fchrfmt.hxx
index 91b654861472..58e2b78062ee 100644
--- a/sw/inc/fchrfmt.hxx
+++ b/sw/inc/fchrfmt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fchrfmt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:25 $
+ * 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
@@ -105,7 +105,7 @@ public:
// XML import cannot be done using importXML, because the SwCharFmt's
// name must be adjusted according to the pool id and access to the SwDoc
// is required.
- virtual BOOL exportXML( NAMESPACE_RTL(OUString)& rValue, USHORT,
+ virtual BOOL exportXML( rtl::OUString& rValue, USHORT,
const SvXMLUnitConverter& ) const;
// an das SwTxtCharFmt weiterleiten (vom SwClient)
diff --git a/sw/inc/fmtfsize.hxx b/sw/inc/fmtfsize.hxx
index d52461d34d0e..12a0aeedd044 100644
--- a/sw/inc/fmtfsize.hxx
+++ b/sw/inc/fmtfsize.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtfsize.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
@@ -150,9 +150,9 @@ public:
Size GetSizeConvertedFromSw31( const SvxLRSpaceItem *pLRSpace,
const SvxULSpaceItem *pULSpace ) 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;
};
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;
};
diff --git a/sw/inc/fmtornt.hxx b/sw/inc/fmtornt.hxx
index 64b424528295..b6b3154a47db 100644
--- a/sw/inc/fmtornt.hxx
+++ b/sw/inc/fmtornt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtornt.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
@@ -117,9 +117,9 @@ public:
SwTwips GetPosConvertedToSw31( const SvxULSpaceItem *pULSpace ) const;
SwTwips GetPosConvertedFromSw31( const SvxULSpaceItem *pULSpace ) 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;
};
@@ -169,9 +169,9 @@ public:
BOOL IsPosToggle() const { return bPosToggle; }
void SetPosToggle( BOOL bNew ) { bPosToggle = bNew; }
- 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;
};
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx
index 4702576d55fc..bfc03c6046b9 100644
--- a/sw/inc/fmtpdsc.hxx
+++ b/sw/inc/fmtpdsc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtpdsc.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2000-10-18 11:23:55 $
+ * 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
@@ -137,9 +137,9 @@ public:
//
// this item must be ignored while comparing item sets during XML export
virtual BOOL equalsXML( const SfxPoolItem& ) 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;
};
diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx
index bb5548a791ec..0c99438b39ee 100644
--- a/sw/inc/paratr.hxx
+++ b/sw/inc/paratr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: paratr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2000-11-29 17:18:49 $
+ * 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
@@ -178,9 +178,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;
};