diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 10:53:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 13:57:29 +0200 |
commit | 3e6ba91e2d6d362f4af91566e740f5dbc310e026 (patch) | |
tree | bf73db76205c2d36cbba8daecc61d6e6b2544ae2 /include/xmloff | |
parent | 1522d4b36aa4a8c6f61788b897c24ddfb065185b (diff) |
loplugin:unusedfields in include/xmloff
Change-Id: I979743671e9a2e868d815f917427588b7b0320ba
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/formlayerexport.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/txtparae.hxx | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/include/xmloff/formlayerexport.hxx b/include/xmloff/formlayerexport.hxx index d3c7e14574c5..2fe31dd58fc1 100644 --- a/include/xmloff/formlayerexport.hxx +++ b/include/xmloff/formlayerexport.hxx @@ -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; diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index f8f411cf7041..3e42ee94ae74 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -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; |