summaryrefslogtreecommitdiff
path: root/xmloff/source/chart
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-10 12:30:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-11 07:01:24 +0100
commit743d5604c22e2c599ec22c1afd8c7c02388d575f (patch)
tree6679a10446e504b108449f1e4fb53df66034aa51 /xmloff/source/chart
parent2fab2c9d494035cc55d0bc56a47e784be6e64510 (diff)
loplugin:indentation in writerfilter..xmloff
Change-Id: Ibda157508e92ab5fb222daf79a38941c30a8057e Reviewed-on: https://gerrit.libreoffice.org/67611 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/chart')
-rw-r--r--xmloff/source/chart/SchXMLExport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index 097eb55a281f..4c267354a693 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -1643,7 +1643,7 @@ void SchXMLExportHelper_Impl::exportTable()
{
bExportString = false;
- ::sax::Converter::convertDouble(
+ ::sax::Converter::convertDouble(
msStringBuffer, fValue);
msString = msStringBuffer.makeStringAndClear();
mrExport.AddAttribute( XML_NAMESPACE_OFFICE, XML_VALUE_TYPE, XML_FLOAT );
@@ -1698,7 +1698,7 @@ void SchXMLExportHelper_Impl::exportTable()
{
bExportString = false;
- ::sax::Converter::convertDouble(msStringBuffer, fValue);
+ ::sax::Converter::convertDouble(msStringBuffer, fValue);
msString = msStringBuffer.makeStringAndClear();
mrExport.AddAttribute( XML_NAMESPACE_OFFICE, XML_VALUE_TYPE, XML_FLOAT );
mrExport.AddAttribute( XML_NAMESPACE_OFFICE, XML_VALUE, msString );