diff options
author | Thomas Lange <tl@openoffice.org> | 2002-02-19 12:45:46 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-02-19 12:45:46 +0000 |
commit | 7758069d0c43abf5d51a846cc1c889a55f2d43d3 (patch) | |
tree | 65564721ebe0ef0c50525d2e6accce0fc6a648f2 /sw/inc/swmodule.hxx | |
parent | 15d2a50804e07dc039a419eddf24a797288b2996 (diff) |
#97417# avoid loading of lingu DLL during start-up
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r-- | sw/inc/swmodule.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index 696cb30abd6b..7da9541a95f8 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swmodule.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: jp $ $Date: 2001-09-11 14:43:25 $ + * last change: $Author: tl $ $Date: 2002-02-19 13:42:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -286,6 +286,7 @@ public: GetLngSvcEvtListener(); inline void SetLngSvcEvtListener( ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XLinguServiceEventListener > & xLstnr); + void CreateLngSvcEvtListener(); ::com::sun::star::uno::Reference< ::com::sun::star::scanner::XScannerManager > |