summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuitabarea.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-06-09 11:08:44 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-06-12 18:49:15 +0200
commitc32952b2393ddd04fb5a00763a9e5e724b991bd7 (patch)
tree9f93ac37539a84885701adf13d060fdde6b9d270 /cui/source/inc/cuitabarea.hxx
parente7e02af3f98696d1bd11e8ec22b2454cae7d0f3f (diff)
Get rid of last remainders of SetPos nonsense
Change-Id: I6ebff09322e40adfc616a9003424fd1d4ff748ce Reviewed-on: https://gerrit.libreoffice.org/38629 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/source/inc/cuitabarea.hxx')
-rw-r--r--cui/source/inc/cuitabarea.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index e45186823170..595738d4055d 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -122,7 +122,6 @@ private:
ChangeType mnGradientListState;
ChangeType mnHatchingListState;
- sal_Int16 mnPos;
PageType mnPageType;
bool mbAreaTP;
@@ -257,7 +256,6 @@ private:
ChangeType* m_pnHatchingListState;
PageType m_nPageType;
- sal_Int32 m_nPos;
sal_uInt16 m_nDlgType;
bool* m_pbAreaTP;
@@ -296,7 +294,6 @@ public:
void SetDrawModel( SdrModel* pModel ) { mpDrawModel = pModel; }
void SetPageType( PageType nInType ) { m_nPageType = nInType; }
void SetDlgType( sal_uInt16 nInType ) { m_nDlgType = nInType; }
- void SetPos( sal_uInt16 nInPos ) { m_nPos = nInPos; }
void SetAreaTP( bool* pIn ) { m_pbAreaTP = pIn; }
virtual void PageCreated(const SfxAllItemSet& aSet) override;
void CreatePage(sal_Int32 nId, SfxTabPage* pTab);
@@ -551,7 +548,6 @@ private:
double m_fObjectWidth;
double m_fObjectHeight;
- sal_Int32* m_pPos;
XFillAttrSetItem m_aXFillAttr;
SfxItemSet& m_rXFSet;
@@ -594,7 +590,6 @@ public:
virtual void PointChanged( vcl::Window* pWindow, RectPoint eRP ) override;
void SetBitmapList( const XBitmapListRef& pBmpLst) { m_pBitmapList = pBmpLst; }
- void SetPos( sal_Int32* pPos ) { m_pPos = pPos; }
void SetBmpChgd( ChangeType* pIn ) { m_pnBitmapListState = pIn; }
};
@@ -623,7 +618,6 @@ private:
ChangeType* m_pnPatternListState;
ChangeType* m_pnColorListState;
- sal_Int32* m_pPos;
XFillStyleItem m_aXFStyleItem;
XFillBitmapItem m_aXPatternItem;
@@ -657,7 +651,6 @@ public:
void SetColorList( XColorListRef const & pColorList ) { m_pColorList = pColorList; }
void SetPatternList( XPatternListRef const & pPatternList) { m_pPatternList = pPatternList; }
- void SetPos( sal_Int32* pPos ) { m_pPos = pPos; }
void SetPtrnChgd( ChangeType* pIn ) { m_pnPatternListState = pIn; }
void SetColorChgd( ChangeType* pIn ) { m_pnColorListState = pIn; }
void ChangeColor_Impl();