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 /framework/source | |
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 'framework/source')
-rw-r--r-- | framework/source/uielement/langselectionstatusbarcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx index d1cfd9001a8b..f043c1d8dd5a 100644 --- a/framework/source/uielement/langselectionstatusbarcontroller.cxx +++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx @@ -254,7 +254,7 @@ throw (css::uno::RuntimeException) else if (nId == MID_LANG_SEL_MORE) { //open the dialog "format/character" for current selection - aBuff.append( ".uno:FontDialog?Language:string=*" ); + aBuff.append( ".uno:FontDialog?Page:string=font" ); } else if (MID_LANG_PARA_1 <= nId && nId <= MID_LANG_PARA_9) { |