summaryrefslogtreecommitdiff
path: root/svx/inc/ofaitem.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 11:41:24 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 11:41:24 +0000
commitafb74e52c5a30efb0e093fbfc9a97ea0c59b705d (patch)
tree867735f74c403f74c3a999c418b9abb980a8654f /svx/inc/ofaitem.hxx
parent6dc5dc76c61e281ee0aefed49270086ca17bb821 (diff)
INTEGRATION: CWS aw024 (1.4.196); FILE MERGED
2005/09/18 00:17:30 aw 1.4.196.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/19 12:29:33 aw 1.4.196.1: #i39529#
Diffstat (limited to 'svx/inc/ofaitem.hxx')
-rw-r--r--svx/inc/ofaitem.hxx21
1 files changed, 2 insertions, 19 deletions
diff --git a/svx/inc/ofaitem.hxx b/svx/inc/ofaitem.hxx
index 58f6949de54c..b54d88af3364 100644
--- a/svx/inc/ofaitem.hxx
+++ b/svx/inc/ofaitem.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ofaitem.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:09:48 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 12:41:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,22 +62,5 @@ public:
void* GetValue() const { return pPtr; }
void SetValue( void* pNewPtr ) { pPtr = pNewPtr; }
};
-/*
-class SvxDashListPtrItem : public OfaPtrItem
-{
- public:
- TYPEINFO();
-
- SvxDashListPtrItem( USHORT nWhich, SvxDashListItem* pPtr );
- SvxDashListPtrItem( const DashListPtrItem& );
- virtual int operator==( const SfxPoolItem& ) const;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
-
- virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
- virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );
-
- SvxDashListPtrItem* GetValue() const { return OfaPtrItem::GetValue(); }
-};
-*/
#endif