diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-11 16:54:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-11 16:56:46 +0100 |
commit | 3ac80237f310366afef0f7b6c427889d652bd369 (patch) | |
tree | 6e5081bf35bc6627ec470c16a3f70ca7caa0e8a1 /svx | |
parent | 835d3e818f4d27ecf34aca268e5300ac58cc92c5 (diff) |
Resolves: fdo#81795 open the font tab via More... languages
a) FontDialog doesn't take a Language argument, so drop that
b) Give FontDialog a Page argument and set it to "font" when
called from the status bar More... menu entry
Change-Id: Ibaf4d5e51d47794b8b0e3c3e06a6d8e00a7d2896
Diffstat (limited to 'svx')
-rw-r--r-- | svx/sdi/svx.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 374c6fb525cb..88885bbb3b6a 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -3961,7 +3961,7 @@ SfxObjectItem FmFilterNavigatorController SID_FM_FILTER_NAVIGATOR_CONTROL SfxVoidItem FontDialog SID_CHAR_DLG -() +(SfxStringItem Page FN_PARAM_1) [ /* flags: */ AutoUpdate = FALSE, |