diff options
author | Henry Castro <hcastro@collabora.com> | 2017-11-27 16:39:32 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2017-11-28 12:58:06 +0100 |
commit | 6db709ba79fec6f75dd7385ce57c65a62fc2254e (patch) | |
tree | 42b10fd349737a4201755b8574757e681c5419f5 /framework/inc | |
parent | d3440e0ebfa68ac8d2cbec9b44d0fc491162ee0e (diff) |
sc, sd: rework UI Text Language "More" button, tdf#113911
Calc and Impress handle different uno command to set language
Change-Id: Ic0ffef6a8fee5078b29873934001819a384c8f3a
Reviewed-on: https://gerrit.libreoffice.org/45366
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/helper/mischelper.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/inc/helper/mischelper.hxx b/framework/inc/helper/mischelper.hxx index 47043b5a06bb..bbbc39869ebe 100644 --- a/framework/inc/helper/mischelper.hxx +++ b/framework/inc/helper/mischelper.hxx @@ -58,6 +58,9 @@ enum LangMenuIDs MID_LANG_SEL_NONE, MID_LANG_SEL_RESET, MID_LANG_SEL_MORE, + MID_LANG_DEF_NONE, + MID_LANG_DEF_RESET, + MID_LANG_DEF_MORE, MID_LANG_PARA_SEPARATOR, MID_LANG_PARA_STRING, |