summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/grfcache.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-24 09:14:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-24 09:14:08 +0000
commit6056b73a754398174430bac3d07501bf97f08af0 (patch)
treeead3dbf69a2fcd168e993d58a7be793b7799d272 /svtools/source/graphic/grfcache.cxx
parentf8acd9bc968254122fd3ce805ab9f6737eb89e40 (diff)
cppcheck: Unused private functions
Diffstat (limited to 'svtools/source/graphic/grfcache.cxx')
-rw-r--r--svtools/source/graphic/grfcache.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/graphic/grfcache.cxx b/svtools/source/graphic/grfcache.cxx
index 6f3c02907144..9414b19a5d92 100644
--- a/svtools/source/graphic/grfcache.cxx
+++ b/svtools/source/graphic/grfcache.cxx
@@ -171,7 +171,6 @@ private:
BOOL mbSwappedAll;
BOOL ImplInit( const GraphicObject& rObj );
- BOOL ImplMatches( const GraphicObject& rObj ) const { return( GraphicID( rObj ) == maID ); }
void ImplFillSubstitute( Graphic& rSubstitute );
public: