summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/source/filter/lwpsdwdrawheader.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpsdwdrawheader.hxx b/lotuswordpro/source/filter/lwpsdwdrawheader.hxx
index cecc03ed8f5c..4fc28c839575 100644
--- a/lotuswordpro/source/filter/lwpsdwdrawheader.hxx
+++ b/lotuswordpro/source/filter/lwpsdwdrawheader.hxx
@@ -70,7 +70,8 @@ const double THRESHOLD = 0.0001;
enum DrawObjectType
{
- OT_UNDEFINED,
+ OT_UNDEFINED = 0,
+
OT_SELECT = 0,
OT_HAND = 1,
OT_LINE = 2,