summaryrefslogtreecommitdiffstats
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-18 14:49:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-23 09:55:40 +0200
commit110a25fdc2b0dc16c9b376fa6a9fdeb5fe7a58fb (patch)
tree9d103f76e3e914ad57fa8bfea2d3d5fccf751f70 /include/xmloff
parentsw: Turn SwScriptInfo's m_HiddenChg into a std::vector (diff)
downloadcore-110a25fdc2b0dc16c9b376fa6a9fdeb5fe7a58fb.tar.gz
core-110a25fdc2b0dc16c9b376fa6a9fdeb5fe7a58fb.zip
loplugin:unusedfields
Change-Id: I1827262ad95942cacff589929f9436f8383cf142 Reviewed-on: https://gerrit.libreoffice.org/57642 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/AutoStyleEntry.hxx1
-rw-r--r--include/xmloff/txtparae.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/AutoStyleEntry.hxx b/include/xmloff/AutoStyleEntry.hxx
index c313aac15313..7cca2d868ef4 100644
--- a/include/xmloff/AutoStyleEntry.hxx
+++ b/include/xmloff/AutoStyleEntry.hxx
@@ -19,7 +19,6 @@ namespace xmloff
{
struct XMLOFF_DLLPUBLIC AutoStyleEntry
{
- sal_Int32 m_nFamily;
OUString m_aParentName;
OUString m_aName;
std::vector<std::pair<OUString, css::uno::Any>> m_aXmlProperties;
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx
index 7bf35536156f..2322de350385 100644
--- a/include/xmloff/txtparae.hxx
+++ b/include/xmloff/txtparae.hxx
@@ -206,8 +206,6 @@ private:
const OUString sTextFieldStart;
const OUString sTextFieldEnd;
const OUString sTextFieldStartEnd;
- const OUString m_sBookmarkHidden;
- const OUString m_sBookmarkCondition;
protected:
const OUString sFrameStyleName;