summaryrefslogtreecommitdiffstats
path: root/basctl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-24 12:42:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-25 10:02:14 +0100
commit0a345d8e9765f4c84056355ec54908167721ec37 (patch)
tree1eabd9301e040aa034435615af077cbe0aba7791 /basctl
parentRelated: #i29548# Thai word breakiterator regression test (diff)
downloadcore-0a345d8e9765f4c84056355ec54908167721ec37.tar.gz
core-0a345d8e9765f4c84056355ec54908167721ec37.zip
Restore use of MatchGroup
i.e. removal of entire call in 0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b doesn't look right to me. That just wanted to remove the "beeps" Change-Id: I8024c04d1e585f45fa54a82faab5f013096a708a
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index 2be800571ddb..5f7fe56a4f9c 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -1010,6 +1010,9 @@ void ModulWindow::ExecuteCommand( SfxRequest& rReq )
}
break;
case SID_BASICIDE_MATCHGROUP:
+ {
+ GetEditView()->MatchGroup();
+ }
break;
case SID_BASICIDE_TOGGLEBRKPNT:
{