diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-19 13:42:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-19 15:58:02 +0100 |
commit | 6f28fa72d68c893dc284a5b47ba08bde0f4a074f (patch) | |
tree | 98a803b955171eae118fd8dc3694d35dc0be1a60 /sc/inc | |
parent | 538dedcc295fd6943e4277d8517acfb72fc3f3a8 (diff) |
use VclComboBoxText to set max width on listbox
This is to avoid the problem that happened as fdo#60764 in a similar dialog
Change-Id: I88e68032467f06429b49f89a658212b0d6222f15
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/helpids.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index eae705d16d22..358887c54cb3 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -58,7 +58,6 @@ #define HID_SC_PIVOTFILTER "SC_HID_SC_PIVOTFILTER" #define HID_SC_INPORTOPT "SC_HID_SC_INPORTOPT" #define HID_SC_PIVOTSUBT "SC_HID_SC_PIVOTSUBT" -#define HID_SCPAGE_SUBT_OPTIONS "SC_HID_SCPAGE_SUBT_OPTIONS" #define HID_SCPAGE_SUBT_GROUP "SC_HID_SCPAGE_SUBT_GROUP" #define HID_SCPAGE_SUBT_GROUP1 "SC_HID_SCPAGE_SUBT_GROUP1" #define HID_SCPAGE_SUBT_GROUP2 "SC_HID_SCPAGE_SUBT_GROUP2" |