summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/GraphicPropertyItemConverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/GraphicPropertyItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/GraphicPropertyItemConverter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/inc/GraphicPropertyItemConverter.hxx b/chart2/source/controller/inc/GraphicPropertyItemConverter.hxx
index 538b7f3f4f16..6156165f7dbf 100644
--- a/chart2/source/controller/inc/GraphicPropertyItemConverter.hxx
+++ b/chart2/source/controller/inc/GraphicPropertyItemConverter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: GraphicPropertyItemConverter.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: bm $ $Date: 2003-10-17 14:30:09 $
+ * last change: $Author: bm $ $Date: 2003-11-04 12:37:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,12 +104,12 @@ protected:
virtual void FillSpecialItem( USHORT nWhichId, SfxItemSet & rOutItemSet ) const
throw( ::com::sun::star::uno::Exception );
- virtual bool ApplySpecialItem( USHORT nWhichId, const SfxItemSet & rItemSet ) const
+ virtual bool ApplySpecialItem( USHORT nWhichId, const SfxItemSet & rItemSet )
throw( ::com::sun::star::uno::Exception );
void FillBitmapItem( USHORT nWhichId, SfxItemSet & rOutItemSet ) const
throw( ::com::sun::star::beans::UnknownPropertyException );
- void ApplyBitmapItem( USHORT nWhichId, const SfxItemSet & rItemSet ) const
+ void ApplyBitmapItem( USHORT nWhichId, const SfxItemSet & rItemSet )
throw( ::com::sun::star::beans::UnknownPropertyException );
private: