summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-04-08 15:15:52 +0300
committerMichael Meeks <michael.meeks@collabora.com>2016-04-13 08:06:29 +0000
commitc03a11b8f0c93b1c55d9abc9aa224aeb298d1976 (patch)
tree3979f8642aa15534d3568ac1e3f2db2a2191b4a4 /svtools/source/graphic
parent3dcd271f7e62e6d175cb187dbb2bbd099f5ca28e (diff)
tdf#97087 Give comprehensible names to timers
Timers and idles should have programmer comprehensible, unique names Change-Id: I837d1890c687936f8a31278c0102391e6f87212d Reviewed-on: https://gerrit.libreoffice.org/23917 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'svtools/source/graphic')
-rw-r--r--svtools/source/graphic/grfmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx
index 95182e1faa47..c148e8b86b7a 100644
--- a/svtools/source/graphic/grfmgr.cxx
+++ b/svtools/source/graphic/grfmgr.cxx
@@ -456,7 +456,7 @@ void GraphicObject::SetSwapStreamHdl(const Link<const GraphicObject*, SvStream*>
{
if( !mpSwapOutTimer )
{
- mpSwapOutTimer = new Timer;
+ mpSwapOutTimer = new Timer("SwapOutTimer");
mpSwapOutTimer->SetTimeoutHdl( LINK( this, GraphicObject, ImplAutoSwapOutHdl ) );
}