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/inc | |
parent | 2e54f4ff0fe12846a52d0cbbd3404f115d515811 (diff) |
svtools: remove unused GraphicObject::GetReleaseFromCache
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/grfmgr.hxx | 3 |
1 files changed, 0 insertions, 3 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& ); |