diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:03:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:03:11 +0000 |
commit | 9693b6e8d356c40c526ffee53d799e68f508903e (patch) | |
tree | eadc52f425d78b704363090c4d9397832c5eade1 /slideshow | |
parent | 2e2255d007fd36537f7bba81acb6e168323e8698 (diff) |
INTEGRATION: CWS thbpp10 (1.3.28); FILE MERGED
2008/01/14 16:02:59 thb 1.3.28.1: #i81158# Avoiding duplicate painting of sprites
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/slide/layermanager.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/slideshow/source/engine/slide/layermanager.cxx b/slideshow/source/engine/slide/layermanager.cxx index 74a010c9b..7c4f0cce3 100644 --- a/slideshow/source/engine/slide/layermanager.cxx +++ b/slideshow/source/engine/slide/layermanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: layermanager.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2007-08-17 12:44:18 $ + * last change: $Author: vg $ $Date: 2008-01-29 08:03:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -602,6 +602,7 @@ namespace slideshow } if( bIsCurrLayerUpdating && + !aIter->mpShape->isBackgroundDetached() && pCurrLayer->isInsideUpdateArea(aIter->mpShape) ) { if( !aIter->mpShape->render() ) |