diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:06:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:06:12 +0000 |
commit | 33c4974c339a9c7121d5d93080a965bc0e028742 (patch) | |
tree | b2b0286f7e0ddd71c34101ab73d71a8fef6cd3f7 /sw/inc/swatrset.hxx | |
parent | b5efa83e50a037f0d062b6e01730d5a01fa2ec45 (diff) |
INTEGRATION: CWS tune05 (1.20.170); FILE MERGED
2004/07/22 11:08:09 cmc 1.20.170.1: #i30554# unused methods
Diffstat (limited to 'sw/inc/swatrset.hxx')
-rw-r--r-- | sw/inc/swatrset.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx index 273e7565e184..4f7ba909f186 100644 --- a/sw/inc/swatrset.hxx +++ b/sw/inc/swatrset.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swatrset.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: kz $ $Date: 2004-08-02 13:57:53 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:06:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -235,8 +235,6 @@ public: SwAttrSet* pOld = 0, SwAttrSet* pNew = 0 ); int Intersect_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew ); - int Differentiate_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew ); - int MergeValues_BC( const SfxItemSet& rSet, SwAttrSet* pOld, SwAttrSet* pNew ); void GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, String &rText ) const; |