summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-10-19 11:44:00 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-10-19 11:44:00 +0000
commit53782d5435be1524eb16ed10251a211c6c7c9899 (patch)
treec06503b9bc970e719f3ff869bdf013e70e9bf16a /goodies
parent51b5e5ce4e744c9e35b7557733c48bf329d8479e (diff)
INTEGRATION: CWS cov2src (1.28.22); FILE MERGED
2005/10/18 08:56:14 rt 1.28.22.1: #126234# Join MWS COV680 m4 into SRC680
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/graphic/grfmgr.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/goodies/source/graphic/grfmgr.cxx b/goodies/source/graphic/grfmgr.cxx
index 0fdbf8159089..09198fbb0c07 100644
--- a/goodies/source/graphic/grfmgr.cxx
+++ b/goodies/source/graphic/grfmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: grfmgr.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:04:37 $
+ * last change: $Author: rt $ $Date: 2005-10-19 12:44:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -858,6 +858,9 @@ void GraphicObject::SetGraphic( const Graphic& rGraphic )
delete mpSimpleCache, mpSimpleCache = NULL;
mpMgr->ImplRegisterObj( *this, maGraphic, NULL );
+
+ if( mpSwapOutTimer )
+ mpSwapOutTimer->Start();
}
// -----------------------------------------------------------------------------