summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-12-05 09:48:31 +0000
committerNoel Power <noel.power@novell.com>2011-12-05 09:57:10 +0000
commitc2f62c8cb30975e3cd46c4800e738f3f010ecb3e (patch)
treed07f813025a29ab48cd714bc5b5ab3d34aacb21d /sc
parent30febe7998caa282ea9a7ebb53dd8517d5b2abc6 (diff)
enable gsoc multi line inputbar feature
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/app/inputwin.cxx5
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;
}
//==================================================================