diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-10 15:26:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-11 07:00:18 +0000 |
commit | f31d98f63c4ad11897e0a961fb378fdf7989f4d3 (patch) | |
tree | d54843c13bef0cd2b9b7a5e234e3df0d2b7f8a6d /include | |
parent | 22d0d2455f9aa699fac95c450da725c603333132 (diff) |
loplugin:expandablemethods in avmedia..canvas
Change-Id: Ic230f1ef6b1dbe796ac7862a1a7e6a718f9e4e54
Reviewed-on: https://gerrit.libreoffice.org/30753
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/avmedia/mediawindow.hxx | 3 | ||||
-rw-r--r-- | include/basic/sbstar.hxx | 1 | ||||
-rw-r--r-- | include/canvas/base/canvascustomspritehelper.hxx | 3 |
3 files changed, 0 insertions, 7 deletions
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx index e20d740ddf38..414b06f3f508 100644 --- a/include/avmedia/mediawindow.hxx +++ b/include/avmedia/mediawindow.hxx @@ -108,9 +108,6 @@ namespace avmedia static css::uno::Reference< css::graphic::XGraphic > grabFrame( const OUString& rURL, const OUString& rReferer, const OUString& sMimeType ); - static BitmapEx getAudioLogo(); - static BitmapEx getEmptyLogo(); - private: MediaWindow(const MediaWindow&) = delete; MediaWindow& operator =( const MediaWindow& ) = delete; diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx index 9ec091812afe..aeb7874b5ae9 100644 --- a/include/basic/sbstar.hxx +++ b/include/basic/sbstar.hxx @@ -71,7 +71,6 @@ class BASIC_DLLPUBLIC StarBASIC : public SbxObject protected: bool CError( SbError, const OUString&, sal_Int32, sal_Int32, sal_Int32 ); private: - BASIC_DLLPRIVATE void RTError( SbError, sal_Int32, sal_Int32, sal_Int32 ); BASIC_DLLPRIVATE bool RTError( SbError, const OUString& rMsg, sal_Int32, sal_Int32, sal_Int32 ); BASIC_DLLPRIVATE sal_uInt16 BreakPoint( sal_Int32 nLine, sal_Int32 nCol1, sal_Int32 nCol2 ); BASIC_DLLPRIVATE sal_uInt16 StepPoint( sal_Int32 nLine, sal_Int32 nCol1, sal_Int32 nCol2 ); diff --git a/include/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx index 8d8182143526..f44f5213b1e7 100644 --- a/include/canvas/base/canvascustomspritehelper.hxx +++ b/include/canvas/base/canvascustomspritehelper.hxx @@ -106,9 +106,6 @@ namespace canvas /// Calc sprite update area from given raw sprite bounds ::basegfx::B2DRange getUpdateArea( const ::basegfx::B2DRange& rUntransformedSpriteBounds ) const; - /// Calc update area for unclipped sprite content - ::basegfx::B2DRange getFullSpriteRect() const; - /** Returns true, if sprite content bitmap is fully opaque. This does not take clipping or transformation into |