summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/grfmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/grfmgr.cxx')
-rw-r--r--svtools/source/graphic/grfmgr.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx
index a1f1015b644b..9289c43421b0 100644
--- a/svtools/source/graphic/grfmgr.cxx
+++ b/svtools/source/graphic/grfmgr.cxx
@@ -425,15 +425,6 @@ void GraphicObject::SetUserData( const OUString& rUserData )
SetSwapState();
}
-void GraphicObject::SetSwapStreamHdl()
-{
- if( mpSwapOutTimer )
- {
- delete mpSwapOutTimer, mpSwapOutTimer = NULL;
- }
- maSwapStreamHdl = Link<const GraphicObject*, SvStream*>();
-}
-
static sal_uInt32 GetCacheTimeInMs()
{
if (utl::ConfigManager::IsAvoidConfig())