diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-10 12:30:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-11 07:01:24 +0100 |
commit | 743d5604c22e2c599ec22c1afd8c7c02388d575f (patch) | |
tree | 6679a10446e504b108449f1e4fb53df66034aa51 /xmloff/source/text/txtstyle.cxx | |
parent | 2fab2c9d494035cc55d0bc56a47e784be6e64510 (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/text/txtstyle.cxx')
-rw-r--r-- | xmloff/source/text/txtstyle.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtstyle.cxx b/xmloff/source/text/txtstyle.cxx index 103b4cc3ef40..543682d207ec 100644 --- a/xmloff/source/text/txtstyle.cxx +++ b/xmloff/source/text/txtstyle.cxx @@ -91,7 +91,7 @@ void XMLTextParagraphExport::exportStyleAttributes( { xPropSet->getPropertyValue( gsPageDescName ) >>= sName; // fix for #i5551# if( sName.getLength() > 0 ) - GetExport().AddAttribute( XML_NAMESPACE_STYLE, + GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_MASTER_PAGE_NAME, GetExport().EncodeStyleName( sName ) ); } @@ -99,7 +99,7 @@ void XMLTextParagraphExport::exportStyleAttributes( if( bProgress ) { ProgressBarHelper *pProgress = GetExport().GetProgressBarHelper(); - pProgress->SetValue( pProgress->GetValue()+2 ); + pProgress->SetValue( pProgress->GetValue()+2 ); } } |