diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 11:24:25 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 12:18:56 +0000 |
commit | 051e660b37549fec7cc42e4471ae65a4cefed495 (patch) | |
tree | 720c439d57664224ec579e14a72b5f4ccce391a5 /include/svx/drawitem.hxx | |
parent | 1d852b32d7ad89b2317c04958060f366f8922ca4 (diff) |
loplugin:unusedmethods svx(part2)
Change-Id: I161360e2f3113c4814fe1c2c095e602b2c93dcd7
Reviewed-on: https://gerrit.libreoffice.org/17120
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/drawitem.hxx')
-rw-r--r-- | include/svx/drawitem.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/svx/drawitem.hxx b/include/svx/drawitem.hxx index e22cac825864..04592107b143 100644 --- a/include/svx/drawitem.hxx +++ b/include/svx/drawitem.hxx @@ -51,7 +51,6 @@ public: virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) SAL_OVERRIDE; XColorListRef GetColorList() const { return pColorList; } - void SetColorList( const XColorListRef &pTable ) { pColorList = pTable; } }; // SvxGradientListItem @@ -77,8 +76,6 @@ public: virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) SAL_OVERRIDE; XGradientListRef GetGradientList() const { return pGradientList; } - void SetGradientList( XGradientListRef pList ) { - pGradientList = pList; } }; @@ -107,8 +104,6 @@ public: virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) SAL_OVERRIDE; XHatchListRef GetHatchList() const { return pHatchList; } - void SetHatchList( XHatchListRef pList ) { - pHatchList = pList; } }; @@ -138,8 +133,6 @@ public: virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) SAL_OVERRIDE; XBitmapListRef GetBitmapList() const { return pBitmapList; } - void SetBitmapList( XBitmapListRef pList ) { - pBitmapList = pList; } }; @@ -197,8 +190,6 @@ public: virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) SAL_OVERRIDE; XLineEndListRef GetLineEndList() const { return pLineEndList; } - void SetLineEndList( XLineEndListRef pList ) { - pLineEndList = pList; } }; |