summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLClipPropertyHandler.cxx
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/style/XMLClipPropertyHandler.cxx
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/style/XMLClipPropertyHandler.cxx')
-rw-r--r--xmloff/source/style/XMLClipPropertyHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/XMLClipPropertyHandler.cxx b/xmloff/source/style/XMLClipPropertyHandler.cxx
index 1beaa5debdca..250063f15858 100644
--- a/xmloff/source/style/XMLClipPropertyHandler.cxx
+++ b/xmloff/source/style/XMLClipPropertyHandler.cxx
@@ -110,7 +110,7 @@ bool XMLClipPropertyHandler::importXML( const OUString& rStrImpValue, uno::Any&
bool XMLClipPropertyHandler::exportXML( OUString& rStrExpValue, const uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const
{
bool bRet = false;
- OUStringBuffer aOut(30);
+ OUStringBuffer aOut(30);
GraphicCrop aCrop;
if( rValue >>= aCrop )