diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-22 12:05:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-22 13:55:22 +0200 |
commit | 7539c77fd49889015ad3a952009e33fac5324df6 (patch) | |
tree | cbd8ef4889bd894728ab717da68e1e81f6a0e1ba /include/svx | |
parent | 24b577127d16810a809b19e7ec869509fae8b901 (diff) |
Resolves: tdf#107981 SID_FM_CTL_PROPERTIES colorbox needs a 'default' entry
we don't need MakeHexStr either, the colorbox will do that on its own
Change-Id: Ifad523092c0f15cd51d0d829790c0cec1c96bb53
Reviewed-on: https://gerrit.libreoffice.org/37898
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/dialogs.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index 536e4b35dba2..38680a96750c 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -34,6 +34,7 @@ #define RID_SVXSTR_NOFILL (RID_SVX_START + 190) #define RID_SVXSTR_BY_AUTHOR (RID_SVX_START + 842) #define RID_SVXSTR_TRANSPARENT (RID_SVX_START + 843) +#define RID_SVXSTR_DEFAULT (RID_SVX_START + 844) #define RID_SVXSTR_INVISIBLE (RID_SVX_START + 178) #define RID_SVXSTR_NONE (RID_SVX_START + 183) #define RID_SVXSTR_SOLID (RID_SVX_START + 160) |