There you go! Hope it works for you.

Timo H.
From 8da85e6725a0be25617fa326fed7c92723867fcf Mon Sep 17 00:00:00 2001
From: Timo Heino <era...@gmail.com>
Date: Fri, 10 Dec 2010 16:04:41 +0200
Subject: [PATCH] Removed commented code


Signed-off-by: Timo Heino <era...@gmail.com>
---
 chart2/source/model/inc/BaseCoordinateSystem.hxx |   22 ----------------------
 chart2/source/model/inc/ChartTypeManager.hxx     |    1 -
 chart2/source/model/inc/Diagram.hxx              |    9 ---------
 3 files changed, 0 insertions(+), 32 deletions(-)

diff --git a/chart2/source/model/inc/BaseCoordinateSystem.hxx b/chart2/source/model/inc/BaseCoordinateSystem.hxx
index 6b7584c..2cb9d9d 100644
--- a/chart2/source/model/inc/BaseCoordinateSystem.hxx
+++ b/chart2/source/model/inc/BaseCoordinateSystem.hxx
@@ -92,12 +92,6 @@ protected:
     // ____ XCoordinateSystem ____
     virtual ::sal_Int32 SAL_CALL getDimension()
         throw (::com::sun::star::uno::RuntimeException);
-    // not implemented
-//     virtual ::rtl::OUString SAL_CALL getCoordinateSystemType()
-//         throw (::com::sun::star::uno::RuntimeException);
-    // not implemented
-//     virtual ::rtl::OUString SAL_CALL getViewServiceName()
-//         throw (::com::sun::star::uno::RuntimeException);
     virtual void SAL_CALL setAxisByDimension(
         ::sal_Int32 nDimension,
         const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XAxis >& xAxis,
@@ -128,22 +122,6 @@ protected:
         throw (::com::sun::star::lang::IllegalArgumentException,
                ::com::sun::star::uno::RuntimeException);
 
-    // ____ XCloneable ____
-    // not implemented
-//     virtual ::com::sun::star::uno::Reference<
-//         ::com::sun::star::util::XCloneable > SAL_CALL createClone()
-//         throw (::com::sun::star::uno::RuntimeException);
-
-    // ____ XServiceInfo ____
-    // not implemented
-//     virtual ::rtl::OUString SAL_CALL getImplementationName()
-//         throw (::com::sun::star::uno::RuntimeException);
-//     virtual ::sal_Bool SAL_CALL supportsService(
-//         const ::rtl::OUString& ServiceName )
-//         throw (::com::sun::star::uno::RuntimeException);
-//     virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
-//         throw (::com::sun::star::uno::RuntimeException);
-
     // ____ XModifyBroadcaster ____
     virtual void SAL_CALL addModifyListener(
         const ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyListener >& aListener )
diff --git a/chart2/source/model/inc/ChartTypeManager.hxx b/chart2/source/model/inc/ChartTypeManager.hxx
index 1cc8794..2a3a449 100644
--- a/chart2/source/model/inc/ChartTypeManager.hxx
+++ b/chart2/source/model/inc/ChartTypeManager.hxx
@@ -44,7 +44,6 @@ namespace chart
 class ChartTypeManager :
         public ::cppu::WeakImplHelper2<
         ::com::sun::star::lang::XMultiServiceFactory,
-//     ::com::sun::star::lang::XMultiComponentFactory,
         ::com::sun::star::chart2::XChartTypeManager >
 {
 public:
diff --git a/chart2/source/model/inc/Diagram.hxx b/chart2/source/model/inc/Diagram.hxx
index 3b9a077..c243a97 100644
--- a/chart2/source/model/inc/Diagram.hxx
+++ b/chart2/source/model/inc/Diagram.hxx
@@ -110,16 +110,7 @@ protected:
     virtual void SAL_CALL getFastPropertyValue(
         ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
 
-// 	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);
-
     // ____ XDiagram ____
-//     virtual ::rtl::OUString SAL_CALL getChartTypeTemplateServiceName()
-//         throw (::com::sun::star::uno::RuntimeException);
     virtual ::com::sun::star::uno::Reference<
         ::com::sun::star::beans::XPropertySet > SAL_CALL getWall()
         throw (::com::sun::star::uno::RuntimeException);
-- 
1.7.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to