diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-07-09 19:10:43 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-07-09 19:10:43 +0000 |
commit | 9d47869d468c75d13bee2914c5dd2b89f7c39654 (patch) | |
tree | 272392de99e2270796cf3bfa262c5e63969de7d5 /sw/inc/fmtlsplt.hxx | |
parent | 2c9e86478b932cb19c8b0968490ea6a64368c3dd (diff) |
#86004# removed SfxPoolItem::importXML, exportXML, equalsXML
Diffstat (limited to 'sw/inc/fmtlsplt.hxx')
-rw-r--r-- | sw/inc/fmtlsplt.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/inc/fmtlsplt.hxx b/sw/inc/fmtlsplt.hxx index 4862281aff..a52d50e5cd 100644 --- a/sw/inc/fmtlsplt.hxx +++ b/sw/inc/fmtlsplt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtlsplt.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * 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 @@ -87,11 +87,6 @@ public: String &rText, const IntlWrapper* pIntl = 0 ) const; virtual USHORT GetVersion( USHORT nFFVer ) 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 SwFmtLayoutSplit &SwAttrSet::GetLayoutSplit(BOOL bInP) const |