summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-25 10:53:40 +0200
committerNoel Grandin <noel@peralex.com>2015-11-25 13:57:29 +0200
commit3e6ba91e2d6d362f4af91566e740f5dbc310e026 (patch)
treebf73db76205c2d36cbba8daecc61d6e6b2544ae2 /xmloff
parent1522d4b36aa4a8c6f61788b897c24ddfb065185b (diff)
loplugin:unusedfields in include/xmloff
Change-Id: I979743671e9a2e868d815f917427588b7b0320ba
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/formlayerexport.cxx3
-rw-r--r--xmloff/source/text/txtparae.cxx9
2 files changed, 1 insertions, 11 deletions
diff --git a/xmloff/source/forms/formlayerexport.cxx b/xmloff/source/forms/formlayerexport.cxx
index 69c5d42b7fff..3cf618b80fba 100644
--- a/xmloff/source/forms/formlayerexport.cxx
+++ b/xmloff/source/forms/formlayerexport.cxx
@@ -43,8 +43,7 @@ namespace xmloff
//= OFormLayerXMLExport
OFormLayerXMLExport::OFormLayerXMLExport(SvXMLExport& _rContext)
- :m_rContext(_rContext)
- ,m_pImpl(new OFormLayerXMLExport_Impl(_rContext))
+ :m_pImpl(new OFormLayerXMLExport_Impl(_rContext))
{
}
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 97317ab595a8..ce9e90bd1485 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -1176,7 +1176,6 @@ XMLTextParagraphExport::XMLTextParagraphExport(
bOpenRuby( false ),
mpTextListsHelper( nullptr ),
maTextListsHelperStack(),
- sActualSize("ActualSize"),
// Implement Title/Description Elements UI (#i73249#)
sTitle("Title"),
sDescription("Description"),
@@ -1190,17 +1189,11 @@ XMLTextParagraphExport::XMLTextParagraphExport(
sCharStyleName("CharStyleName"),
sCharStyleNames("CharStyleNames"),
sContourPolyPolygon("ContourPolyPolygon"),
- sDocumentIndex("DocumentIndex"),
- sDocumentIndexMark("DocumentIndexMark"),
sEndNotice("EndNotice"),
sFootnote("Footnote"),
sFootnoteCounting("FootnoteCounting"),
sFrame("Frame"),
- sFrameHeightAbsolute("FrameHeightAbsolute"),
- sFrameHeightPercent("FrameHeightPercent"),
sFrameStyleName("FrameStyleName"),
- sFrameWidthAbsolute("FrameWidthAbsolute"),
- sFrameWidthPercent("FrameWidthPercent"),
sGraphicFilter("GraphicFilter"),
sGraphicRotation("GraphicRotation"),
sGraphicURL("GraphicURL"),
@@ -1221,7 +1214,6 @@ XMLTextParagraphExport::XMLTextParagraphExport(
sNumberingType("NumberingType"),
sPageDescName("PageDescName"),
sPageStyleName("PageStyleName"),
- sParaChapterNumberingLevel("ParaChapterNumberingLevel"),
sParaConditionalStyleName("ParaConditionalStyleName"),
sParagraphService("com.sun.star.text.Paragraph"),
sParaStyleName("ParaStyleName"),
@@ -1233,7 +1225,6 @@ XMLTextParagraphExport::XMLTextParagraphExport(
sRelativeHeight("RelativeHeight"),
sRelativeWidth("RelativeWidth"),
sRuby("Ruby"),
- sRubyAdjust("RubyAdjust"),
sRubyCharStyleName("RubyCharStyleName"),
sRubyText("RubyText"),
sServerMap("ServerMap"),