diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 13:57:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 13:57:46 +0100 |
commit | 6a761619141a42123c64b942bdfd24294e3a7b91 (patch) | |
tree | 382266a4726bf39f7c4a4b87ef6bad087eacc57f /sc/source/ui/app/scdll.cxx | |
parent | 3d330f20ef65a8723bcb1b4fde7a673a41b5554c (diff) |
translate comment for posterity anyway
Change-Id: I0a83f1a2fd50d8772b02ae61bf903123c4779fc8
Diffstat (limited to 'sc/source/ui/app/scdll.cxx')
-rw-r--r-- | sc/source/ui/app/scdll.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index 63a68c9f7f98..755839aadbd7 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -248,7 +248,7 @@ void ScDLL::Init() // Child-Windows - // Hack: Eingabezeile mit 42 registrieren, damit sie im PlugIn immer sichtbar ist + // Hack: register input line with 42 so it is always visible in the PlugIn ScInputWindowWrapper ::RegisterChildWindow(42, pMod, SFX_CHILDWIN_TASK|SFX_CHILDWIN_FORCEDOCK); ScNavigatorDialogWrapper ::RegisterChildWindowContext(static_cast<sal_uInt16>(ScTabViewShell::GetInterfaceId()), pMod); ScSolverDlgWrapper ::RegisterChildWindow(false, pMod); |