summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/contwnd.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-28 16:08:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-28 16:08:38 +0000
commit89e9fe02fa283a271bcc5ca68bb53aea9679d545 (patch)
tree9d65a8ec7d9039542638318a8c31142102f27f97 /svx/source/dialog/contwnd.cxx
parentINTEGRATION: CWS impress20 (1.56.16); FILE MERGED (diff)
downloadcore-89e9fe02fa283a271bcc5ca68bb53aea9679d545.tar.gz
core-89e9fe02fa283a271bcc5ca68bb53aea9679d545.zip
INTEGRATION: CWS aw025 (1.5.174); FILE MERGED
2005/01/18 19:22:09 aw 1.5.174.1: #117412#
Diffstat (limited to 'svx/source/dialog/contwnd.cxx')
-rw-r--r--svx/source/dialog/contwnd.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/source/dialog/contwnd.cxx b/svx/source/dialog/contwnd.cxx
index d35f23ebdc80..46dbd1483991 100644
--- a/svx/source/dialog/contwnd.cxx
+++ b/svx/source/dialog/contwnd.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: contwnd.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: pjunck $ $Date: 2004-11-03 10:34:52 $
+ * last change: $Author: rt $ $Date: 2005-01-28 17:08:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,6 +124,12 @@ void ContourWindow::SetPolyPolygon( const PolyPolygon& rPolyPoly )
// zuerst alle Zeichenobjekte loeschen
aPolyPoly = rPolyPoly;
+
+ // #117412#
+ // To avoid to have destroyed objects which are still selected, it is necessary to deselect
+ // them first (!)
+ pView->UnmarkAllObj();
+
pPage->Clear();
for ( USHORT i = 0; i < nPolyCount; i++ )