summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-22 10:36:24 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-12-05 08:17:01 -0500
commitf76889280430d02240b96d25b464aa5fc733b9d2 (patch)
tree24f82bd17ffe8819c56d8108eb434258b1461a39 /xmloff
parent77ce4e6b4030d0b775b8b417a78dbb509f3a2e84 (diff)
loplugin field-can-be-private in include/vcl..xmlscript
Reviewed-on: https://gerrit.libreoffice.org/31069 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 29a9e97db65bcf5914aed9bf8cb8e8f38c3c5fc0) (cherry picked from commit 330dc55f4923bb88c3e7dbc75a2c935477b92928) Change-Id: Ia03f7cccb256d825daa4dc6f4c0598448e46e6cf
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparae.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 12a710342803..0ba5f9ddce6f 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -1188,7 +1188,6 @@ XMLTextParagraphExport::XMLTextParagraphExport(
sFootnote("Footnote"),
sFootnoteCounting("FootnoteCounting"),
sFrame("Frame"),
- sFrameStyleName("FrameStyleName"),
sGraphicFilter("GraphicFilter"),
sGraphicRotation("GraphicRotation"),
sGraphicURL("GraphicURL"),
@@ -1248,6 +1247,7 @@ XMLTextParagraphExport::XMLTextParagraphExport(
sTextFieldStart( "TextFieldStart" ),
sTextFieldEnd( "TextFieldEnd" ),
sTextFieldStartEnd( "TextFieldStartEnd" ),
+ sFrameStyleName("FrameStyleName"),
aCharStyleNamesPropInfoCache( sCharStyleNames )
{
rtl::Reference < XMLPropertySetMapper > xPropMapper(new XMLTextPropertySetMapper( TextPropMap::PARA, true ));