summaryrefslogtreecommitdiff
path: root/chart2/source/model/inc
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-07-28 14:55:43 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-07-29 11:34:33 +0000
commitdd9c97d587d2a295d44e8685d253d30542a2c85a (patch)
tree8736a3552ac8c56fc9102a6518072c68295c4a25 /chart2/source/model/inc
parent05bd5b46ea659df95fb6f0c895c090629b541e0f (diff)
fdo#62475 removed pointless comments
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'chart2/source/model/inc')
-rw-r--r--chart2/source/model/inc/DataSeries.hxx6
-rw-r--r--chart2/source/model/inc/StockBar.hxx2
-rw-r--r--chart2/source/model/inc/XMLFilter.hxx1
3 files changed, 0 insertions, 9 deletions
diff --git a/chart2/source/model/inc/DataSeries.hxx b/chart2/source/model/inc/DataSeries.hxx
index dda7652e7dad..123f7302399f 100644
--- a/chart2/source/model/inc/DataSeries.hxx
+++ b/chart2/source/model/inc/DataSeries.hxx
@@ -90,7 +90,6 @@ protected:
void Init( const DataSeries & rOther );
// ____ XDataSeries ____
- // _____________________
/// @see ::com::sun::star::chart2::XDataSeries
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
SAL_CALL getDataPointByIndex( sal_Int32 nIndex )
@@ -102,19 +101,16 @@ protected:
throw (::com::sun::star::uno::RuntimeException);
// ____ XDataSink ____
- // ___________________
/// @see ::com::sun::star::chart2::data::XDataSink
virtual void SAL_CALL setData( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XLabeledDataSequence > >& aData )
throw (::com::sun::star::uno::RuntimeException);
// ____ XDataSource ____
- // _____________________
/// @see ::com::sun::star::chart2::data::XDataSource
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XLabeledDataSequence > > SAL_CALL getDataSequences()
throw (::com::sun::star::uno::RuntimeException);
// ____ OPropertySet ____
- // ______________________
virtual ::com::sun::star::uno::Any GetDefaultValue( sal_Int32 nHandle ) const
throw(::com::sun::star::beans::UnknownPropertyException);
virtual void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
@@ -126,7 +122,6 @@ protected:
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
// ____ XPropertySet ____
- // ______________________
/// @see ::com::sun::star::beans::XPropertySet
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL
getPropertySetInfo()
@@ -136,7 +131,6 @@ protected:
using ::com::sun::star::beans::XFastPropertySet::getFastPropertyValue;
// ____ XRegressionCurveContainer ____
- // ___________________________________
/// @see ::com::sun::star::chart2::XRegressionCurveContainer
virtual void SAL_CALL addRegressionCurve(
const ::com::sun::star::uno::Reference<
diff --git a/chart2/source/model/inc/StockBar.hxx b/chart2/source/model/inc/StockBar.hxx
index 581053df93b0..35e97e5a8159 100644
--- a/chart2/source/model/inc/StockBar.hxx
+++ b/chart2/source/model/inc/StockBar.hxx
@@ -50,7 +50,6 @@ public:
explicit StockBar( bool bRisingCourse );
virtual ~StockBar();
-
/// XServiceInfo declarations
APPHELPER_XSERVICEINFO_DECL()
@@ -71,7 +70,6 @@ protected:
getPropertySetInfo()
throw (::com::sun::star::uno::RuntimeException);
-
// ____ XCloneable ____
virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone()
throw (::com::sun::star::uno::RuntimeException);
diff --git a/chart2/source/model/inc/XMLFilter.hxx b/chart2/source/model/inc/XMLFilter.hxx
index ad8e32f35f19..5aae715c19fb 100644
--- a/chart2/source/model/inc/XMLFilter.hxx
+++ b/chart2/source/model/inc/XMLFilter.hxx
@@ -158,7 +158,6 @@ private:
::osl::Mutex m_aMutex;
};
-// =============================================================================
class XMLReportFilterHelper : public XMLFilter
{
virtual void isOasisFormat(const ::com::sun::star::uno::Sequence<