diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 07:00:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:10 +0200 |
commit | a4af308d90463049379557e2efc0205972164384 (patch) | |
tree | a3e4fbe6151cd78c8122640ec0f4f11b5383be58 /include/svx/svdetc.hxx | |
parent | 234884c09db0301b9f0b3336f9b0dbb9523ee005 (diff) |
loplugin:unusedfields in include/svx
Change-Id: I946c64d103f3666e5bbff16d95a5c8e65a3750dc
Diffstat (limited to 'include/svx/svdetc.hxx')
-rw-r--r-- | include/svx/svdetc.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/svdetc.hxx b/include/svx/svdetc.hxx index 48698441d128..0cc1798979ca 100644 --- a/include/svx/svdetc.hxx +++ b/include/svx/svdetc.hxx @@ -65,8 +65,6 @@ SVX_DLLPUBLIC SdrOutliner* SdrMakeOutliner(sal_uInt16 nOutlinerMode, SdrModel& r class SVX_DLLPUBLIC SdrEngineDefaults { friend class SdrAttrObj; - OUString aFontName; - FontFamily eFontFamily; Color aFontColor; sal_uIntPtr nFontHeight; MapUnit eMapUnit; @@ -228,10 +226,8 @@ class SVX_DLLPUBLIC SdrGlobalData public: SdrLinkList aUserMakeObjHdl; SdrLinkList aUserMakeObjUserDataHdl; - SdrOutliner* pOutliner; SdrEngineDefaults* pDefaults; ResMgr* pResMgr; - sal_uIntPtr nExchangeFormat; OLEObjCache aOLEObjCache; |