summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-08-31 01:52:52 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2014-09-03 18:12:22 +0300
commite201506a4cc7e1cac2d04ef3169ef37e34de379a (patch)
tree216936000be6ca9c866b37dc192235ef1f0d7e25 /sd
parentf3cec45a2e240fcf4ab84e77d51e2b700492f830 (diff)
Show the right tab for SID_CHAR_DLG_EFFECT
Change-Id: I3a8b7a9e973d20f06d423ec55cf689478ca98e0a
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/func/fuchar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuchar.cxx b/sd/source/ui/func/fuchar.cxx
index 222634cb8164..8b929c373df7 100644
--- a/sd/source/ui/func/fuchar.cxx
+++ b/sd/source/ui/func/fuchar.cxx
@@ -77,7 +77,7 @@ void FuChar::DoExecute( SfxRequest& rReq )
{
if (rReq.GetSlot() == SID_CHAR_DLG_EFFECT)
{
- pDlg->SetCurPageId(RID_SVXPAGE_CHAR_EFFECTS);
+ pDlg->SetCurPageId("RID_SVXPAGE_CHAR_EFFECTS");
}
nResult = pDlg->Execute();