summaryrefslogtreecommitdiff
path: root/sw/inc/fmtpdsc.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-10-18 10:23:55 +0000
committerMichael Brauer <mib@openoffice.org>2000-10-18 10:23:55 +0000
commit0adb26902e341b44d02e92e2095c38beff76673b (patch)
tree018cef0186b99852f7928ea771e4c239dc0d5301 /sw/inc/fmtpdsc.hxx
parent3e6f28a2290080e8e8d2c292edf52fe33318dece (diff)
master page import and export continued
Diffstat (limited to 'sw/inc/fmtpdsc.hxx')
-rw-r--r--sw/inc/fmtpdsc.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx
index d8353ea33e87..4702576d55fc 100644
--- a/sw/inc/fmtpdsc.hxx
+++ b/sw/inc/fmtpdsc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtpdsc.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $
+ * last change: $Author: mib $ $Date: 2000-10-18 11:23:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,6 +137,10 @@ 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,
+ const SvXMLUnitConverter& rUnitConv );
+ virtual BOOL exportXML( NAMESPACE_RTL(OUString)& rValue, USHORT,
+ const SvXMLUnitConverter& rUnitConv ) const;
};
inline const SwFmtPageDesc &SwAttrSet::GetPageDesc(BOOL bInP) const