summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuitabline.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 14:20:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-23 09:01:00 +0200
commit75ddf3a22aa83d1b067085bd7132acab5a088856 (patch)
treef7b9c3c0a8ab9eab7ac768236c4de3c463e9dc67 /cui/source/inc/cuitabline.hxx
parent55ff9d3e2d160132f905b8c932b622c0c8575478 (diff)
loplugin:unusedfields in cui
Change-Id: I6d3ef43ab915d65794f1052f1f184eda10d39e1a Reviewed-on: https://gerrit.libreoffice.org/39136 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/cuitabline.hxx')
-rw-r--r--cui/source/inc/cuitabline.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index 5b39cc711182..79a4f587c1da 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -55,7 +55,6 @@ private:
PageType nPageType;
sal_Int32 nPosDashLb;
sal_Int32 nPosLineEndLb;
- bool mbAreaTP;
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) override;
@@ -146,7 +145,6 @@ private:
bool m_bSymbols;
const SfxItemSet& m_rOutAttrs;
- RectPoint m_eRP;
bool m_bObjSelected;
XLineAttrSetItem m_aXLineAttr;
@@ -264,7 +262,6 @@ private:
const SfxItemSet& rOutAttrs;
XDash aDash;
- bool bObjSelected;
XLineStyleItem aXLStyle;
XLineWidthItem aXWidth;
@@ -317,7 +314,6 @@ public:
virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override;
void SetDashList( XDashListRef const & pDshLst ) { pDashList = pDshLst; }
- void SetObjSelected( bool bHasObj ) { bObjSelected = bHasObj; }
void SetPageType( PageType* pInType ) { pPageType = pInType; }
void SetDlgType( sal_uInt16 nInType ) { nDlgType = nInType; }
@@ -347,7 +343,6 @@ private:
const SfxItemSet& rOutAttrs;
const SdrObject* pPolyObj;
- bool bObjSelected;
XLineStyleItem aXLStyle;
XLineWidthItem aXWidth;
@@ -387,7 +382,6 @@ public:
void SetLineEndList( XLineEndListRef const & pInList ) { pLineEndList = pInList; }
void SetPolyObj( const SdrObject* pObj ) { pPolyObj = pObj; }
- void SetObjSelected( bool bHasObj ) { bObjSelected = bHasObj; }
void SetPageType( PageType* pInType ) { pPageType = pInType; }
void SetDlgType( sal_uInt16 nInType ) { nDlgType = nInType; }