diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-09 20:53:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-09 20:53:13 +0100 |
commit | 8bfbd7fbd74b69959929e29df3c99aa22ec13ca5 (patch) | |
tree | 882a38b5d3c6d297e1405be4c5bc7116f4234d76 /sc | |
parent | 365d1ec2782e5be83e99e6f676b8e248f6ebf16c (diff) |
DDExtraWidth doesn't exist
Change-Id: Ic231be1487f21dbcae9290b75be34f85318ad99a
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/condformatdlg.src | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src index f7cb9e55428e..cf6ae3e02d49 100644 --- a/sc/source/ui/src/condformatdlg.src +++ b/sc/source/ui/src/condformatdlg.src @@ -38,7 +38,6 @@ Control RID_COND_ENTRY Size = MAP_APPFONT( 80, 60 ); Border = TRUE; DropDown = TRUE; - DDExtraWidth = TRUE; StringList [ en-US ] = { "All Cells"; @@ -53,7 +52,6 @@ Control RID_COND_ENTRY Size = MAP_APPFONT( 80, 80 ); Border = TRUE; DropDown = TRUE; - DDExtraWidth = TRUE; StringList [ en-US ] = { "equal to"; @@ -106,7 +104,6 @@ Control RID_COND_ENTRY Size = MAP_APPFONT( 80, 60); Border = TRUE; DropDown = TRUE; - DDExtraWidth = TRUE; StringList [ en-US ] = { "Color Scale (2 Entries)"; @@ -220,7 +217,6 @@ Control RID_COND_ENTRY Size = MAP_APPFONT( 80, 40 ); Border = TRUE; DropDown = TRUE; - DDExtraWidth = TRUE; }; ListBox LB_COL_MIDDLE { @@ -228,7 +224,6 @@ Control RID_COND_ENTRY Size = MAP_APPFONT( 80, 40 ); Border = TRUE; DropDown = TRUE; - DDExtraWidth = TRUE; }; ListBox LB_COL_MAX { @@ -236,7 +231,6 @@ Control RID_COND_ENTRY Size = MAP_APPFONT( 80, 40 ); Border = TRUE; DropDown = TRUE; - DDExtraWidth = TRUE; }; PushButton BTN_OPTIONS { @@ -250,7 +244,6 @@ Control RID_COND_ENTRY Size = MAP_APPFONT( 100, 60 ); Border = TRUE; DropDown = TRUE; - DDExtraWidth = TRUE; StringList [ en-US ] = { "Today"; @@ -274,7 +267,6 @@ Control RID_COND_ENTRY Size = MAP_APPFONT( 80, 50 ); Border = TRUE; DropDown = TRUE; - DDExtraWidth = TRUE; StringList [ en-US ] = { "3 Arrows"; @@ -331,7 +323,6 @@ Control RID_ICON_SET_ENTRY Size = MAP_APPFONT( 60, 40 ); Border = TRUE; DropDown = TRUE; - DDExtraWidth = TRUE; StringList [ en-US ] = { "Value"; |