summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ConfigColorScheme.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/ConfigColorScheme.cxx')
-rw-r--r--chart2/source/tools/ConfigColorScheme.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/chart2/source/tools/ConfigColorScheme.cxx b/chart2/source/tools/ConfigColorScheme.cxx
index 75964b42ead5..7e418f04ab7b 100644
--- a/chart2/source/tools/ConfigColorScheme.cxx
+++ b/chart2/source/tools/ConfigColorScheme.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ConfigColorScheme.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.44.1 $
*
* This file is part of OpenOffice.org.
*
@@ -65,7 +65,6 @@ public:
virtual ~ChartConfigItem();
void addPropertyNotification( const OUString & rPropertyName );
- void removePropertyNotification( const OUString & rPropertyName );
uno::Any getProperty( const OUString & aPropertyName );
@@ -101,12 +100,6 @@ void ChartConfigItem::addPropertyNotification( const OUString & rPropertyName )
EnableNotification( ContainerHelper::ContainerToSequence( m_aPropertiesToNotify ));
}
-void ChartConfigItem::removePropertyNotification( const OUString & rPropertyName )
-{
- if( m_aPropertiesToNotify.erase( rPropertyName ))
- EnableNotification( ContainerHelper::ContainerToSequence( m_aPropertiesToNotify ));
-}
-
uno::Any ChartConfigItem::getProperty( const OUString & aPropertyName )
{
Sequence< uno::Any > aValues(