summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-03 15:03:06 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-03 15:03:06 +0000
commit614b4166be1bd711751b1b3143aeaa774f51ad02 (patch)
tree86b5df8d9d421c39639a1504c5f5edfbc14bb6d4 /svx
parenta88e9dc6a26c5f452e9d8653454654880bb83822 (diff)
INTEGRATION: CWS jmf3 (1.10.456); FILE MERGED
2004/10/15 12:46:08 ka 1.10.456.1: set change flag after modification
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/_contdlg.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx
index e8370b11bc40..4d4625155c65 100644
--- a/svx/source/dialog/_contdlg.cxx
+++ b/svx/source/dialog/_contdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: _contdlg.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2003-11-24 16:33:06 $
+ * last change: $Author: rt $ $Date: 2004-11-03 16:03:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -625,6 +625,7 @@ void SvxSuperContourDlg::SetPolyPolygon( const PolyPolygon& rPolyPoly )
}
aContourWnd.SetPolyPolygon( aPolyPoly );
+ aContourWnd.GetSdrModel()->SetChanged( sal_True );
}
@@ -763,6 +764,7 @@ void SvxSuperContourDlg::ReducePoints( const long nTol )
rPoly.SetSize( nCounter );
aContourWnd.SetPolyPolygon( aPolyPoly );
+ aContourWnd.GetSdrModel()->SetChanged( sal_True );
}
}