diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-19 17:20:54 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-19 17:31:31 +0100 |
commit | 02192b8366c9301ab168770963a88292f4051f52 (patch) | |
tree | 40a013e81abef056c53927309688129da7fc8d8d /svtools | |
parent | 2e54f4ff0fe12846a52d0cbbd3404f115d515811 (diff) |
svtools: remove unused GraphicObject::GetReleaseFromCache
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/grfmgr.hxx | 3 | ||||
-rw-r--r-- | svtools/source/graphic/grfmgr.cxx | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/svtools/inc/svtools/grfmgr.hxx b/svtools/inc/svtools/grfmgr.hxx index 896a4755a869..edb3db1b0f5d 100644 --- a/svtools/inc/svtools/grfmgr.hxx +++ b/svtools/inc/svtools/grfmgr.hxx @@ -346,9 +346,6 @@ protected: virtual void GraphicManagerDestroyed(); virtual SvStream* GetSwapStream() const; - // !!! to be removed - virtual sal_uLong GetReleaseFromCache() const; - virtual void Load( SvStream& ); virtual void Save( SvStream& ); virtual void Assign( const SvDataCopyStream& ); diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx index 28fc1c9c7b99..7c2de86b9767 100644 --- a/svtools/source/graphic/grfmgr.cxx +++ b/svtools/source/graphic/grfmgr.cxx @@ -393,12 +393,6 @@ SvStream* GraphicObject::GetSwapStream() const return( HasSwapStreamHdl() ? (SvStream*) mpSwapStreamHdl->Call( (void*) this ) : GRFMGR_AUTOSWAPSTREAM_NONE ); } -// !!! to be removed -sal_uLong GraphicObject::GetReleaseFromCache() const -{ - return 0; -} - void GraphicObject::SetAttr( const GraphicAttr& rAttr ) { maAttr = rAttr; |