diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-07 23:35:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-08 13:04:48 +0100 |
commit | 8a3cdcdc5d705b55173b611305e2e088cab75a7d (patch) | |
tree | 2cb5d89563131be63b3a0598a1b66fdf8b907ee5 /svtools/source | |
parent | 87025228f44662e46ad9353ebf2ba26e7574b074 (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/control/roadmap.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/control/roadmap.cxx b/svtools/source/control/roadmap.cxx index 14f8446e2ecb..7848be58c889 100644 --- a/svtools/source/control/roadmap.cxx +++ b/svtools/source/control/roadmap.cxx @@ -334,12 +334,6 @@ namespace svt } //--------------------------------------------------------------------- - const BitmapEx& ORoadmap::GetRoadmapBitmap( ) const - { - return m_pImpl->getPicture( ); - } - - //--------------------------------------------------------------------- void ORoadmap::SetRoadmapInteractive( sal_Bool _bInteractive ) { m_pImpl->setInteractive( _bInteractive ); |