summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 10:46:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:05 +0100
commit83b86f20c0a85dede9be8224c2be64b50377f46d (patch)
treea093e5e7b8f9c2ae73b7bfdb72f22dd7cf47c8de /lotuswordpro
parente537c807fbfbcbfb707c6bb49da2dcc5ea839920 (diff)
-Werror,-Wduplicate-enum
Change-Id: I7ee0dee0ac35b9a678c76b8ebcb43c8ce5531709
Diffstat (limited to 'lotuswordpro')
-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,