summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/contwnd.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-11-24 15:33:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-11-24 15:33:33 +0000
commitd930f9249cd7a565a4260cd21b77ef14946a237e (patch)
treeab394dfdd4eed690b401fa814cf1df6fb429e153 /svx/source/dialog/contwnd.cxx
parentINTEGRATION: CWS aw003 (1.3.204); FILE MERGED (diff)
downloadcore-d930f9249cd7a565a4260cd21b77ef14946a237e.tar.gz
core-d930f9249cd7a565a4260cd21b77ef14946a237e.zip
INTEGRATION: CWS aw003 (1.2.238); FILE MERGED
2003/07/24 14:37:49 aw 1.2.238.2: #110094# Adaptions for DrawingLayer changes 2003/06/06 12:59:05 aw 1.2.238.1: #109820# 2nd run of changes for ItemSet isolation
Diffstat (limited to 'svx/source/dialog/contwnd.cxx')
-rw-r--r--svx/source/dialog/contwnd.cxx14
1 files changed, 6 insertions, 8 deletions
diff --git a/svx/source/dialog/contwnd.cxx b/svx/source/dialog/contwnd.cxx
index b66a0074a2ee..ed024f7eb328 100644
--- a/svx/source/dialog/contwnd.cxx
+++ b/svx/source/dialog/contwnd.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: contwnd.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: aw $ $Date: 2000-10-30 10:48:03 $
+ * last change: $Author: rt $ $Date: 2003-11-24 16:33:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,10 +138,8 @@ void ContourWindow::SetPolyPolygon( const PolyPolygon& rPolyPoly )
aSet.Put( XFillColorItem( String(), TRANSCOL ) );
aSet.Put( XFillTransparenceItem( 50 ) );
-//-/ pPathObj->SetAttributes( aSet, FALSE );
-//-/ SdrBroadcastItemChange aItemChange(*pPathObj);
- pPathObj->SetItemSetAndBroadcast(aSet);
-//-/ pPathObj->BroadcastItemChange(aItemChange);
+ //pPathObj->SetItemSetAndBroadcast(aSet);
+ pPathObj->SetMergedItemSetAndBroadcast(aSet);
pPage->InsertObject( pPathObj );
}
@@ -153,7 +151,7 @@ void ContourWindow::SetPolyPolygon( const PolyPolygon& rPolyPoly )
pView->CombineMarkedObjects( FALSE );
}
- pModel->SetChanged( TRUE );
+ pModel->SetChanged( sal_False );
}
@@ -180,7 +178,7 @@ const PolyPolygon& ContourWindow::GetPolyPolygon()
aPolyPoly.Insert( XOutCreatePolygon( rXPolyPoly.GetObject( i ), NULL ) );
}
- pModel->SetChanged( FALSE );
+ pModel->SetChanged( sal_False );
}
return aPolyPoly;