diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-03 09:30:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:00 +0200 |
commit | 6bf3b6d420873e236b2805a42a95ce33e614ad98 (patch) | |
tree | fc582e0a8af0ae1979891bb9e2bb6d49696d34d7 /svtools/source/graphic | |
parent | 5133b27e638140ba574016b33dae70ca92edc323 (diff) |
loplugin:constantfunction: svtools
Change-Id: I42479fb10878a0a1c2071f7b35ae375061781d40
Diffstat (limited to 'svtools/source/graphic')
-rw-r--r-- | svtools/source/graphic/grfmgr.cxx | 6 | ||||
-rw-r--r-- | svtools/source/graphic/grfmgr2.cxx | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx index de571bf77e59..30758854e030 100644 --- a/svtools/source/graphic/grfmgr.cxx +++ b/svtools/source/graphic/grfmgr.cxx @@ -509,12 +509,6 @@ bool GraphicObject::IsCached( OutputDevice* pOut, const Point& rPt, const Size& return bRet; } -void GraphicObject::ReleaseFromCache() -{ - - mpMgr->ReleaseFromCache( *this ); -} - bool GraphicObject::Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz, const GraphicAttr* pAttr, sal_uLong nFlags ) { diff --git a/svtools/source/graphic/grfmgr2.cxx b/svtools/source/graphic/grfmgr2.cxx index 0c4e17b66b30..f82fc9fea513 100644 --- a/svtools/source/graphic/grfmgr2.cxx +++ b/svtools/source/graphic/grfmgr2.cxx @@ -80,11 +80,6 @@ void GraphicManager::SetCacheTimeout( sal_uLong nTimeoutSeconds ) mpCache->SetCacheTimeout( nTimeoutSeconds ); } -void GraphicManager::ReleaseFromCache( const GraphicObject& /*rObj*/ ) -{ - // !!! -} - bool GraphicManager::IsInCache( OutputDevice* pOut, const Point& rPt, const Size& rSz, const GraphicObject& rObj, const GraphicAttr& rAttr ) const |