diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:58:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:58:11 +0000 |
commit | 5f77dcfa73ffec05ef7f006962694e5539f03fbb (patch) | |
tree | 9191d4014d40b12eb9bc5b00935e16c81551118f /xmloff/inc | |
parent | 8de94bf882d73559f0da6607a73aa178a803a51d (diff) |
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/11/17 16:41:22 pl 1.3.32.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmlcnitm.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/xmlcnitm.hxx b/xmloff/inc/xmlcnitm.hxx index cdd3de308cfb..8c10a53a3ce9 100644 --- a/xmloff/inc/xmlcnitm.hxx +++ b/xmloff/inc/xmlcnitm.hxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlcnitm.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:13:11 $ + * last change: $Author: hr $ $Date: 2006-06-19 17:58:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,6 +59,7 @@ public: virtual ~SvXMLAttrContainerItem(); virtual int operator==( const SfxPoolItem& ) const; + using SfxPoolItem::Compare; virtual int Compare( const SfxPoolItem &rWith ) const; virtual SfxItemPresentation GetPresentation( |