diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 14:01:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 14:30:16 +0100 |
commit | ca479763afc33824abc7afeaf41a5de1010ac777 (patch) | |
tree | 17e6b19f0af0d29a3b155d37d6b22c9fda335686 /sc | |
parent | 50820ace559d715891e35d9cf1213001049c96a4 (diff) |
I can't see that the bVisible as 42 is any difference from 'true'
...in practise. If I'm wrong then this needs to be a TriState
Change-Id: I4aa499c89ce2f1a46edf443db053b264f285b0d5
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/scdll.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index 755839aadbd7..4a7f1828e195 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -248,8 +248,7 @@ void ScDLL::Init() // Child-Windows - // Hack: register input line with 42 so it is always visible in the PlugIn - ScInputWindowWrapper ::RegisterChildWindow(42, pMod, SFX_CHILDWIN_TASK|SFX_CHILDWIN_FORCEDOCK); + ScInputWindowWrapper ::RegisterChildWindow(true, pMod, SFX_CHILDWIN_TASK|SFX_CHILDWIN_FORCEDOCK); ScNavigatorDialogWrapper ::RegisterChildWindowContext(static_cast<sal_uInt16>(ScTabViewShell::GetInterfaceId()), pMod); ScSolverDlgWrapper ::RegisterChildWindow(false, pMod); ScOptSolverDlgWrapper ::RegisterChildWindow(false, pMod); |