summaryrefslogtreecommitdiff
path: root/chart2/source/model
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 17:47:16 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-02-27 00:44:41 -0600
commitf2cdf8848cb27d6385ad6c817e6c8c61e36e8ff7 (patch)
treeaa56ac9a53399dd9d3db650bedcbd140ff0af88f /chart2/source/model
parent2e40ddbd325fb5dc963e2017245e3df2f4f809c8 (diff)
Remove visual noise from chart2
Change-Id: Ic8dc71c2815df265e1935e629e0220396a50aaac Reviewed-on: https://gerrit.libreoffice.org/8239 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'chart2/source/model')
-rw-r--r--chart2/source/model/main/ChartModel_Persistence.cxx2
-rw-r--r--chart2/source/model/template/ChartTypeTemplate.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/model/main/ChartModel_Persistence.cxx b/chart2/source/model/main/ChartModel_Persistence.cxx
index 4ab08f617fee..dd5d5ab5b21d 100644
--- a/chart2/source/model/main/ChartModel_Persistence.cxx
+++ b/chart2/source/model/main/ChartModel_Persistence.cxx
@@ -289,7 +289,7 @@ void SAL_CALL ChartModel::storeToURL(
if(!aGuard.startApiCall(sal_True)) //start LongLastingCall
return; //behave passive if already disposed or closed or throw exception @todo?
//do not change the internal state of the document here
- //...
+
aGuard.clear();
diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx
index f2deb8ac5dd7..83e747e773ec 100644
--- a/chart2/source/model/template/ChartTypeTemplate.cxx
+++ b/chart2/source/model/template/ChartTypeTemplate.cxx
@@ -901,7 +901,7 @@ void ChartTypeTemplate::copyPropertiesFromOldToNewCoordianteSystem(
comphelper::copyProperties( xSource, xDestination );
}
-// ________
+
Sequence< OUString > ChartTypeTemplate::getSupportedServiceNames_Static()
{