Kaydet (Commit) 3e6ba91e authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedfields in include/xmloff

Change-Id: I979743671e9a2e868d815f917427588b7b0320ba
üst 1522d4b3
......@@ -53,8 +53,6 @@ namespace xmloff
:public ::salhelper::SimpleReferenceObject
{
protected:
/// our export context
SvXMLExport& m_rContext;
// impl class
std::unique_ptr<OFormLayerXMLExport_Impl> m_pImpl;
......
......@@ -125,7 +125,6 @@ public:
protected:
const OUString sActualSize;
// Implement Title/Description Elements UI (#i73249#)
const OUString sTitle;
const OUString sDescription;
......@@ -139,17 +138,12 @@ protected:
const OUString sCharStyleName;
const OUString sCharStyleNames;
const OUString sContourPolyPolygon;
const OUString sDocumentIndex;
const OUString sDocumentIndexMark;
const OUString sEndNotice;
const OUString sFootnote;
const OUString sFootnoteCounting;
const OUString sFrame;
const OUString sFrameHeightAbsolute;
const OUString sFrameHeightPercent;
const OUString sFrameStyleName;
const OUString sFrameWidthAbsolute;
const OUString sFrameWidthPercent;
const OUString sGraphicFilter;
const OUString sGraphicRotation;
const OUString sGraphicURL;
......@@ -170,7 +164,6 @@ protected:
const OUString sNumberingType;
const OUString sPageDescName;
const OUString sPageStyleName;
const OUString sParaChapterNumberingLevel;
const OUString sParaConditionalStyleName;
const OUString sParagraphService;
const OUString sParaStyleName;
......@@ -182,7 +175,6 @@ protected:
const OUString sRelativeHeight;
const OUString sRelativeWidth;
const OUString sRuby;
const OUString sRubyAdjust;
const OUString sRubyCharStyleName;
const OUString sRubyText;
const OUString sServerMap;
......
......@@ -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))
{
}
......
......@@ -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"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment