diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-01 22:37:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-02 23:03:07 +0200 |
commit | 3575dba98d427cfe80716befea6f0f21748f88f5 (patch) | |
tree | a4ef874a86df7e0216de1d445fb16e83d7634f1c /chart2/source/model | |
parent | 4da8281d5a93bb3d253be348cd6cc444546121b7 (diff) |
remove whitespaces
Change-Id: I05ef3c1ffd4e2179e0142a21abf8a4578718102e
Diffstat (limited to 'chart2/source/model')
-rw-r--r-- | chart2/source/model/main/ChartModel.cxx | 3 | ||||
-rw-r--r-- | chart2/source/model/main/ChartModel_Persistence.cxx | 1 | ||||
-rw-r--r-- | chart2/source/model/template/ChartType.cxx | 1 | ||||
-rw-r--r-- | chart2/source/model/template/ChartTypeTemplate.cxx | 1 | ||||
-rw-r--r-- | chart2/source/model/template/DataInterpreter.cxx | 1 | ||||
-rw-r--r-- | chart2/source/model/template/StockDataInterpreter.cxx | 1 |
6 files changed, 0 insertions, 8 deletions
diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx index e127cf307cc7..d765e95f9d2e 100644 --- a/chart2/source/model/main/ChartModel.cxx +++ b/chart2/source/model/main/ChartModel.cxx @@ -1363,7 +1363,6 @@ OUString SAL_CALL ChartModel::dump() return OUString(); } - void ChartModel::setTimeBased(bool bTimeBased) { mbTimeBased = bTimeBased; @@ -1408,7 +1407,6 @@ void ChartModel::setTimeBasedRange(sal_Int32 nStart, sal_Int32 nEnd) mbTimeBased = true; } - void ChartModel::setWindow( const sal_uInt64 nWindowPtr ) throw (uno::RuntimeException, std::exception) { @@ -1433,7 +1431,6 @@ void ChartModel::update() mpChartView->updateOpenGLWindow(); } - } // namespace chart /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/main/ChartModel_Persistence.cxx b/chart2/source/model/main/ChartModel_Persistence.cxx index 87f74d7d4a54..0d2ac75e5363 100644 --- a/chart2/source/model/main/ChartModel_Persistence.cxx +++ b/chart2/source/model/main/ChartModel_Persistence.cxx @@ -294,7 +294,6 @@ void SAL_CALL ChartModel::storeToURL( return; //behave passive if already disposed or closed or throw exception @todo? //do not change the internal state of the document here - aGuard.clear(); apphelper::MediaDescriptorHelper aMediaDescriptorHelper(rMediaDescriptor); diff --git a/chart2/source/model/template/ChartType.cxx b/chart2/source/model/template/ChartType.cxx index db542d0e8edc..0ead037fcb4e 100644 --- a/chart2/source/model/template/ChartType.cxx +++ b/chart2/source/model/template/ChartType.cxx @@ -66,7 +66,6 @@ ChartType::~ChartType() m_aDataSeries.clear(); } - // ____ XChartType ____ Reference< chart2::XCoordinateSystem > SAL_CALL ChartType::createCoordinateSystem( ::sal_Int32 DimensionCount ) diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx index 7c72e48860c7..0e57e62de90d 100644 --- a/chart2/source/model/template/ChartTypeTemplate.cxx +++ b/chart2/source/model/template/ChartTypeTemplate.cxx @@ -898,7 +898,6 @@ void ChartTypeTemplate::copyPropertiesFromOldToNewCoordianteSystem( comphelper::copyProperties( xSource, xDestination ); } - } // namespace chart /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/source/model/template/DataInterpreter.cxx b/chart2/source/model/template/DataInterpreter.cxx index 67e50fb38db9..621bf1beab6e 100644 --- a/chart2/source/model/template/DataInterpreter.cxx +++ b/chart2/source/model/template/DataInterpreter.cxx @@ -57,7 +57,6 @@ DataInterpreter::DataInterpreter( DataInterpreter::~DataInterpreter() {} - // ____ XDataInterpreter ____ InterpretedData SAL_CALL DataInterpreter::interpretDataSource( const Reference< data::XDataSource >& xSource, diff --git a/chart2/source/model/template/StockDataInterpreter.cxx b/chart2/source/model/template/StockDataInterpreter.cxx index a4adb844ec96..364800c31392 100644 --- a/chart2/source/model/template/StockDataInterpreter.cxx +++ b/chart2/source/model/template/StockDataInterpreter.cxx @@ -52,7 +52,6 @@ StockDataInterpreter::StockDataInterpreter( StockDataInterpreter::~StockDataInterpreter() {} - // ____ XDataInterpreter ____ InterpretedData SAL_CALL StockDataInterpreter::interpretDataSource( const Reference< data::XDataSource >& xSource, |