summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/swwrtshitem.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 12:08:14 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 12:08:14 +0000
commit3b59729cc3eb13f0ef3b38258dc5e21b4ce0e502 (patch)
treebf246bd1d389928fdacc748b8bb4005742121edd /sw/source/ui/inc/swwrtshitem.hxx
parentINTEGRATION: CWS tune05 (1.2.68); FILE MERGED (diff)
downloadcore-3b59729cc3eb13f0ef3b38258dc5e21b4ce0e502.tar.gz
core-3b59729cc3eb13f0ef3b38258dc5e21b4ce0e502.zip
INTEGRATION: CWS tune05 (1.2.68); FILE MERGED
2004/07/20 15:55:50 cmc 1.2.68.1: #i30554# unused SvStrDtorItem class (ran it by os)
Diffstat (limited to 'sw/source/ui/inc/swwrtshitem.hxx')
-rw-r--r--sw/source/ui/inc/swwrtshitem.hxx24
1 files changed, 3 insertions, 21 deletions
diff --git a/sw/source/ui/inc/swwrtshitem.hxx b/sw/source/ui/inc/swwrtshitem.hxx
index 74d28a5fc737..51ada2b2a722 100644
--- a/sw/source/ui/inc/swwrtshitem.hxx
+++ b/sw/source/ui/inc/swwrtshitem.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swwrtshitem.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 16:31:25 $
+ * last change: $Author: obo $ $Date: 2004-08-12 13:08:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,22 +86,4 @@ public:
};
-class SvStrDtorItem: public SfxPoolItem
-{
- SvStringsDtor* pStr;
-
-public:
- TYPEINFO();
- SvStrDtorItem();
- SvStrDtorItem( USHORT nWhich , SvStringsDtor* pStr);
- SvStrDtorItem( const SvStrDtorItem& );
-
-
- virtual int operator==( const SfxPoolItem& ) const;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
-
- SvStringsDtor* GetValue() const { return pStr; }
-
-};
-
-#endif \ No newline at end of file
+#endif