diff options
author | Noel Power <noel.power@novell.com> | 2011-12-05 09:48:31 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-12-05 09:57:10 +0000 |
commit | c2f62c8cb30975e3cd46c4800e738f3f010ecb3e (patch) | |
tree | d07f813025a29ab48cd714bc5b5ab3d34aacb21d /sc | |
parent | 30febe7998caa282ea9a7ebb53dd8517d5b2abc6 (diff) |
enable gsoc multi line inputbar feature
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 5689307e6ae9..8b32bc9129a3 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -150,8 +150,9 @@ SfxChildWinInfo ScInputWindowWrapper::GetInfo() const #define IMAGE(id) pImgMgr->SeekImage(id) bool lcl_isExperimentalMode() { - SvtMiscOptions aMiscOptions; - return aMiscOptions.IsExperimentalMode(); + // make inputbar feature on by default, leave the switch for the + // moment in case we need to back it out easily + return true; } //================================================================== |