summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/shells/textsh1.cxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-06-22 13:07:29 +0300
committerCaolán McNamara <caolanm@redhat.com>2014-06-23 09:06:37 +0000
commitbc7943390e0d629d5f7e319cc8044d191fcd4331 (patch)
treeb2cbe078c538b32c51707bc59687adaba7f91061 /sw/source/core/uibase/shells/textsh1.cxx
parent41c4c5f08835d1774229d179804d43dafec605a4 (diff)
sw: Fix SID_CHAR_DLG_EFFECT behavior
A regression from commit f41e7c70. The wrong tab is opened (used in the sidebar underline popup). The correct id is "fonteffects" not "fonteffect". Change-Id: Ic06fb3f93a033bcfe24b97eb124ceea082b4087f (cherry picked from commit d8d18c3cc707d38d98463ed43ae08e1d6bc6e56f) Reviewed-on: https://gerrit.libreoffice.org/9854 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/core/uibase/shells/textsh1.cxx')
-rw-r--r--sw/source/core/uibase/shells/textsh1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/uibase/shells/textsh1.cxx b/sw/source/core/uibase/shells/textsh1.cxx
index 8200cc0630a4..83b36619cf03 100644
--- a/sw/source/core/uibase/shells/textsh1.cxx
+++ b/sw/source/core/uibase/shells/textsh1.cxx
@@ -179,7 +179,7 @@ void sw_CharDialog( SwWrtShell &rWrtSh, bool bUseDialog, sal_uInt16 nSlot,const
}
if (pDlg && nSlot == SID_CHAR_DLG_EFFECT)
{
- pDlg->SetCurPageId("fonteffect");
+ pDlg->SetCurPageId("fonteffects");
}
else if (pDlg && nSlot == SID_ATTR_CHAR_FONT)
{