summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-11-22 13:29:21 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-11-22 13:29:21 +0100
commitf9c52dd3ad40106e8e7a4e176ce725e507c5d238 (patch)
treeba48d0e93943ff8b63f24089773817ad3db1f0ac
parentf199ea6ef8d165c7d638532c6d593e163c4e4bf3 (diff)
Skip time based auto swap out for perf test
Change-Id: I8bcd51cac4d8d8d6ae26397df5b335c64c9b90e1
-rw-r--r--svtools/source/graphic/grfmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx
index 5abdd9e812e2..51ac45cc58b6 100644
--- a/svtools/source/graphic/grfmgr.cxx
+++ b/svtools/source/graphic/grfmgr.cxx
@@ -454,7 +454,7 @@ void GraphicObject::SetSwapStreamHdl(const Link& rHdl)
{
delete mpSwapStreamHdl, mpSwapStreamHdl = new Link( rHdl );
- sal_uInt32 const nSwapOutTimeout(GetCacheTimeInMs());
+/* sal_uInt32 const nSwapOutTimeout(GetCacheTimeInMs());
if( nSwapOutTimeout )
{
if( !mpSwapOutTimer )
@@ -467,7 +467,7 @@ void GraphicObject::SetSwapStreamHdl(const Link& rHdl)
mpSwapOutTimer->Start();
}
else
- delete mpSwapOutTimer, mpSwapOutTimer = NULL;
+ delete mpSwapOutTimer, mpSwapOutTimer = NULL;*/
}
void GraphicObject::FireSwapInRequest()