summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/ChartType.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-17 17:58:18 +0100
committerKohei Yoshida <kyoshida@novell.com>2011-01-18 12:25:25 -0500
commit4b13d3dc1d29132f7e188932ca5ee00c977d3655 (patch)
treea5448366caad6aef8cf5f0d079d4046f16c2cccb /chart2/source/model/template/ChartType.hxx
parentRemove some more dead code (diff)
downloadcore-4b13d3dc1d29132f7e188932ca5ee00c977d3655.tar.gz
core-4b13d3dc1d29132f7e188932ca5ee00c977d3655.zip
Some more dead code removal
Diffstat (limited to 'chart2/source/model/template/ChartType.hxx')
-rw-r--r--chart2/source/model/template/ChartType.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/chart2/source/model/template/ChartType.hxx b/chart2/source/model/template/ChartType.hxx
index c8191eee7847..a2fd1c75f1b9 100644
--- a/chart2/source/model/template/ChartType.hxx
+++ b/chart2/source/model/template/ChartType.hxx
@@ -139,23 +139,11 @@ protected:
getPropertySetInfo()
throw (::com::sun::star::uno::RuntimeException);
-// virtual sal_Bool SAL_CALL convertFastPropertyValue
-// ( ::com::sun::star::uno::Any & rConvertedValue,
-// ::com::sun::star::uno::Any & rOldValue,
-// sal_Int32 nHandle,
-// const ::com::sun::star::uno::Any& rValue )
-// throw (::com::sun::star::lang::IllegalArgumentException);
-
/// merge XInterface implementations
DECLARE_XINTERFACE()
/// merge XTypeProvider implementations
DECLARE_XTYPEPROVIDER()
- // not implemented
-// ____ XCloneable ____
-// virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone()
-// throw (::com::sun::star::uno::RuntimeException);
-
protected:
::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyListener > m_xModifyEventForwarder;