diff options
Diffstat (limited to 'basctl/source/basicide/baside2.cxx')
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index 386a3ab72875..04d27f6f261b 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -1009,6 +1009,11 @@ void ModulWindow::ExecuteCommand (SfxRequest& rReq) rLayout.BasicRemoveWatch(); } break; + case SID_BASICIDE_CODECOMPLETITION: + { + std::cerr << "code completition enabled" << std::endl; + } + break; case SID_CUT: { if ( !IsReadOnly() ) |