summaryrefslogtreecommitdiff
path: root/sw/inc/fmtpdsc.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-07-09 19:10:43 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-07-09 19:10:43 +0000
commit57941a2dfdb461a2444a0ab84076db8423c46ca7 (patch)
tree817eeeadc364031fadcfee580a1073b9cc1eabda /sw/inc/fmtpdsc.hxx
parent67e1873c83ae2bc093a42e4dd4f92596d3d7a820 (diff)
#86004# removed SfxPoolItem::importXML, exportXML, equalsXML
Diffstat (limited to 'sw/inc/fmtpdsc.hxx')
-rw-r--r--sw/inc/fmtpdsc.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx
index b0f90cf33ad0..a1f63772042b 100644
--- a/sw/inc/fmtpdsc.hxx
+++ b/sw/inc/fmtpdsc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtpdsc.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: er $ $Date: 2001-05-13 03:32:47 $
+ * last change: $Author: dvo $ $Date: 2001-07-09 20:10:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,13 +134,6 @@ public:
// fuer den SW3-Reader:
USHORT GetDescNameIdx() const { return nDescNameIdx; }
void SetDescNameIdx( USHORT n ) { nDescNameIdx = n; }
- //
- // this item must be ignored while comparing item sets during XML export
- virtual BOOL equalsXML( const SfxPoolItem& ) const;
- virtual BOOL importXML( const ::rtl::OUString& rValue,USHORT,
- const SvXMLUnitConverter& rUnitConv );
- virtual BOOL exportXML( ::rtl::OUString& rValue, USHORT,
- const SvXMLUnitConverter& rUnitConv ) const;
};
inline const SwFmtPageDesc &SwAttrSet::GetPageDesc(BOOL bInP) const