summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-04-26 19:47:16 +0000
committerKurt Zenker <kz@openoffice.org>2006-04-26 19:47:16 +0000
commit3b14be84326eda7af4b84529320b2717e0eb6f9e (patch)
tree25018e1b82e1168083a1475f5c7b7febb52b92b6
parent8aa03cfcf1514dfe1146fb41f7c3d4bf11df9a41 (diff)
INTEGRATION: CWS impress91 (1.6.344); FILE MERGED
2006/04/11 15:14:22 sj 1.6.344.1: #i54588# fixed crash and the problem of displaying depth value divided by 10
-rw-r--r--svx/inc/extrusioncontrols.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/inc/extrusioncontrols.hxx b/svx/inc/extrusioncontrols.hxx
index 1447ccee68c7..3a2eaf4f4241 100644
--- a/svx/inc/extrusioncontrols.hxx
+++ b/svx/inc/extrusioncontrols.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: extrusioncontrols.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:36:10 $
+ * last change: $Author: kz $ $Date: 2006-04-26 20:47:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -172,7 +172,6 @@ private:
FieldUnit meUnit;
double mfDepth;
bool mbEnabled;
- bool mbInExecute;
DECL_LINK( SelectHdl, void * );