summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-04-12 14:35:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-12 20:28:54 +0200
commit4627cac8e55e0789c23841c95d333815d4b44a09 (patch)
treec07566d942dddc10e1cbc07739ae18b776d65af0 /include
parent26fc87c6827e9d86c5b7cf7aa216f0a60ab28411 (diff)
loplugin:unusedfields
Change-Id: Ifb8ff48a05f37c0593bf619d7c774a26cb2655e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113987 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/shapeimport.hxx2
-rw-r--r--include/xmloff/xmlnumfi.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx
index 5fa670a35445..51bc59a25d1f 100644
--- a/include/xmloff/shapeimport.hxx
+++ b/include/xmloff/shapeimport.hxx
@@ -93,8 +93,6 @@ protected:
::basegfx::B3DVector maVPN;
::basegfx::B3DVector maVUP;
bool mbVRPUsed;
- bool mbVPNUsed;
- bool mbVUPUsed;
public:
SdXML3DSceneAttributesHelper( SvXMLImport& rImporter );
diff --git a/include/xmloff/xmlnumfi.hxx b/include/xmloff/xmlnumfi.hxx
index 84c6113ab80e..0f6384f3b785 100644
--- a/include/xmloff/xmlnumfi.hxx
+++ b/include/xmloff/xmlnumfi.hxx
@@ -148,7 +148,6 @@ private:
OUStringBuffer aFormatCode{64};
OUStringBuffer aConditions{32};
bool bHasLongDoW;
- bool bHasEra;
bool bHasDateTime;
bool bRemoveAfterUse;