drawinglayer/inc/texture/texture3d.hxx | 1 - drawinglayer/source/texture/texture3d.cxx | 7 ------- include/drawinglayer/processor2d/cairopixelprocessor2d.hxx | 4 ---- sc/source/ui/sidebar/CellBorderStyleControl.hxx | 1 - 4 files changed, 13 deletions(-)
New commits: commit d00361bbb90cff7aab2ace34578135317cfa7b28 Author: Noel Grandin <[email protected]> AuthorDate: Thu Sep 4 11:02:36 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Thu Sep 4 17:59:37 2025 +0200 loplugin:unusedmethods Change-Id: I89922f71f6bc7120410a8710e51240dd548f0fd7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190578 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/drawinglayer/inc/texture/texture3d.hxx b/drawinglayer/inc/texture/texture3d.hxx index 732e125e553b..cac47053df47 100644 --- a/drawinglayer/inc/texture/texture3d.hxx +++ b/drawinglayer/inc/texture/texture3d.hxx @@ -61,7 +61,6 @@ namespace drawinglayer::texture // helpers bool impIsValid(const basegfx::B2DPoint& rUV, sal_Int32& rX, sal_Int32& rY) const; - static sal_uInt8 impGetAlpha(const BitmapReadAccess& readTransparence, sal_Int32 rX, sal_Int32 rY); public: GeoTexSvxBitmapEx( diff --git a/drawinglayer/source/texture/texture3d.cxx b/drawinglayer/source/texture/texture3d.cxx index 1f4b93e989a6..03af53afe09b 100644 --- a/drawinglayer/source/texture/texture3d.cxx +++ b/drawinglayer/source/texture/texture3d.cxx @@ -91,13 +91,6 @@ namespace drawinglayer::texture { } - //static - sal_uInt8 GeoTexSvxBitmapEx::impGetAlpha(const BitmapReadAccess& readTransparence, sal_Int32 rX, sal_Int32 rY) - { - const BitmapColor aBitmapColor(readTransparence.GetPixel(rY, rX)); - return aBitmapColor.GetIndex(); - } - bool GeoTexSvxBitmapEx::impIsValid(const basegfx::B2DPoint& rUV, sal_Int32& rX, sal_Int32& rY) const { if(mpReadBitmap) diff --git a/include/drawinglayer/processor2d/cairopixelprocessor2d.hxx b/include/drawinglayer/processor2d/cairopixelprocessor2d.hxx index 418b4936ea68..1eb330b2d11a 100644 --- a/include/drawinglayer/processor2d/cairopixelprocessor2d.hxx +++ b/include/drawinglayer/processor2d/cairopixelprocessor2d.hxx @@ -258,10 +258,6 @@ public: { return maBColorModifierStack; } - void setBColorModifierStack(const basegfx::BColorModifierStack& rStack) - { - maBColorModifierStack = rStack; - } // try to extract current content as Bitmap Bitmap extractBitmap() const; diff --git a/sc/source/ui/sidebar/CellBorderStyleControl.hxx b/sc/source/ui/sidebar/CellBorderStyleControl.hxx index 14c09b761c71..1c66e623fb5c 100644 --- a/sc/source/ui/sidebar/CellBorderStyleControl.hxx +++ b/sc/source/ui/sidebar/CellBorderStyleControl.hxx @@ -38,7 +38,6 @@ private: DECL_LINK(TB1SelectHdl, const OUString&, void); DECL_LINK(TB2and3SelectHdl, const OUString&, void); - DECL_LINK(TB4SelectHdl, const OUString&, void); public: CellBorderStylePopup(weld::Toolbar* pParent, const OUString& rId, SfxDispatcher* pDispatcher);
