summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-09-20 12:13:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-20 10:45:14 +0000
commitb18e1bc61ccba9d0c74274e2fe45b2b422c601cf (patch)
tree13d90e6939c5d152c30b948148125be7b0cb6f22 /include/svx
parent8a382d4ad190cf07cbd6b1fd6b903975134b0cf1 (diff)
loplugin:unusedfields
Change-Id: I852e98b16fdcb88b04e39d11e3101d502c918c24 Reviewed-on: https://gerrit.libreoffice.org/29078 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/nbdtmg.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx
index e5989253ba28..855f46230b7a 100644
--- a/include/svx/nbdtmg.hxx
+++ b/include/svx/nbdtmg.hxx
@@ -181,8 +181,6 @@ class SVX_DLLPUBLIC OutlineSettings_Impl
class SVX_DLLPUBLIC NBOTypeMgrBase
{
- public:
- NBOType eType;
private:
const SfxItemSet* pSet;
MapUnit eCoreUnit;
@@ -193,9 +191,8 @@ class SVX_DLLPUBLIC NBOTypeMgrBase
NBOTypeMgrBase(const NBOTypeMgrBase&) = delete;
public:
- NBOTypeMgrBase(const NBOType aType)
- : eType(aType)
- , pSet(nullptr)
+ NBOTypeMgrBase()
+ : pSet(nullptr)
, eCoreUnit(MAP_TWIP)
, aNumCharFmtName(OUString())
, bIsLoading(false)