Issue 100828 - Language guessing library should not be loaded at start-up
Summary: Language guessing library should not be loaded at start-up
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.2
Assignee: carsten.driesner
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-03 13:14 UTC by thomas.lange
Modified: 2017-05-20 11:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description thomas.lange 2009-04-03 13:14:37 UTC
Currenntly the language guessing library is loaded at start-up because in the
c-tors of
- framework/source/uielement/langselectionstatusbarcontroller.cxx and
- framework/source/uielement/langselectionmenucontroller.cxx
that component is already instantiated. Instead of instantiating that service in
the c-tor it should be done only on demand later on.
Comment 1 thomas.lange 2009-04-03 13:17:47 UTC
.
Comment 2 thomas.lange 2009-04-03 13:20:39 UTC
.
Comment 3 thomas.lange 2009-04-03 15:21:09 UTC
Fixed in CWS fwk108.

Files changed:
framework:
M      source\helper\makefile.mk
A      source\helper\mischelper.cxx
M      source\uielement\langselectionmenucontroller.cxx
M      source\uielement\langselectionstatusbarcontroller.cxx
M      inc\uielement\langselectionmenucontroller.hxx
M      inc\uielement\langselectionstatusbarcontroller.hxx
A      inc\helper\mischelper.hxx
M      util\makefile.mk
Comment 4 thomas.lange 2009-04-03 15:21:37 UTC
TL->CN: please check and review. Thanks!
Comment 5 thomas.lange 2009-04-03 15:22:07 UTC
tl: ooops wrong owner...
Comment 6 carsten.driesner 2009-05-29 13:20:11 UTC
cd: Verified.