summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-10 10:34:01 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-10 10:34:01 +0000
commit3b5d6e40d535b67d5e3ee9feee47d6ed7d00b143 (patch)
tree90d8848a1b6d2f85d5d779003669a80d6b50b8ab
parentd2867d7ed30bea46d2e5caee844add69d182fb0a (diff)
INTEGRATION: CWS aw011 (1.3.216); FILE MERGED
2004/05/07 09:43:57 aw 1.3.216.1: #i28528# Added extra Item (Bool) for chart2 to be able to show reduced line geometry
-rw-r--r--svx/source/sdr/properties/e3dcompoundproperties.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/svx/source/sdr/properties/e3dcompoundproperties.cxx b/svx/source/sdr/properties/e3dcompoundproperties.cxx
index 7d0135b32b..42ceca0fcb 100644
--- a/svx/source/sdr/properties/e3dcompoundproperties.cxx
+++ b/svx/source/sdr/properties/e3dcompoundproperties.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: e3dcompoundproperties.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-12-16 13:09:55 $
+ * last change: $Author: kz $ $Date: 2004-06-10 11:34:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,6 +163,13 @@ namespace sdr
switch(nWhich)
{
+ // #i28528#
+ // Added extra Item (Bool) for chart2 to be able to show reduced line geometry
+ case SDRATTR_3DOBJ_REDUCED_LINE_GEOMETRY:
+ {
+ rObj.InvalidateGeometry();
+ break;
+ }
case SDRATTR_3DOBJ_DOUBLE_SIDED:
{
rObj.InvalidateGeometry();