From 83b86f20c0a85dede9be8224c2be64b50377f46d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 13 Nov 2013 10:46:30 +0100 Subject: -Werror,-Wduplicate-enum Change-Id: I7ee0dee0ac35b9a678c76b8ebcb43c8ce5531709 --- lotuswordpro/source/filter/lwpsdwdrawheader.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lotuswordpro') 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, -- cgit