diff options
author | Eike Rathke <erack@redhat.com> | 2013-10-30 15:28:56 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-10-30 15:33:43 +0100 |
commit | fe0037e045036419b6c6b5fc979328d500dd4d08 (patch) | |
tree | 27a7bf3c7883d513efe151a8e415bd55461fa77d /sc/inc/helpids.h | |
parent | a5f43ca3786298bc58c43f7b5dfdeba44f511d2d (diff) |
using dbgutil builds is good for you (TM)
Init of function description resources displayed
"Class: 272, Id: 412. Classpointer not at the end!"
that was due to resource SC_OPCODE_WEBSERVICE having an extraneous
parameter flag in ExtraData that wasn't read because the function has 1
and not 2 parameters.
Additionally added HID_FUNC_FILTERXML and HID_FUNC_WEBSERVICE where the
resources used a copy&paste HID_FUNC_BITLSHIFT instead.
Change-Id: Iaf5a860901d5e02581965a4b33cfc50c1a601b1f
Diffstat (limited to 'sc/inc/helpids.h')
-rw-r--r-- | sc/inc/helpids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index f772fc779c96..648ff4fafa6c 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -676,5 +676,7 @@ #define HID_FUNC_BITXOR "SC_HID_FUNC_BITXOR" #define HID_FUNC_BITLSHIFT "SC_HID_FUNC_BITLSHIFT" #define HID_FUNC_BITRSHIFT "SC_HID_FUNC_BITRSHIFT" +#define HID_FUNC_FILTERXML "SC_HID_FUNC_FILTERXML" +#define HID_FUNC_WEBSERVICE "SC_HID_FUNC_WEBSERVICE" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |