summaryrefslogtreecommitdiff
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-19 14:51:15 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-19 14:51:15 +0000
commit653ade1e3d8ca1ffa70d73487b91ad787e3512d5 (patch)
tree04754d32b34bdd0462760cc87180e0befb3041ff /sw/inc/swmodule.hxx
parentf879c161e54548d1aac9b9de6236842ed9fc10b7 (diff)
INTEGRATION: CWS languageguessing (1.28.82); FILE MERGED
2007/01/12 08:22:03 tl 1.28.82.1: #i73173# integrate Google SoC language-guessing
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index 9ee45d24051a..55a4fc602367 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swmodule.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2007-04-25 08:57:05 $
+ * last change: $Author: kz $ $Date: 2007-06-19 15:51:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,6 +68,9 @@
#ifndef _COM_SUN_STAR_LINGUISTIC2_XLINGUSERVICEEVENTLISTENER_HPP_
#include <com/sun/star/linguistic2/XLinguServiceEventListener.hpp>
#endif
+#ifndef _COM_SUN_STAR_LINGUISTIC2_XLANGUAGEGUESSING_HPP_
+#include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
+#endif
class SvStringsDtor;
class Color;
@@ -143,6 +146,8 @@ class SwModule: public SfxModule, public SfxListener
::com::sun::star::linguistic2::XLinguServiceEventListener > xLngSvcEvtListener;
::com::sun::star::uno::Reference<
::com::sun::star::scanner::XScannerManager > m_xScannerManager;
+ ::com::sun::star::uno::Reference<
+ ::com::sun::star::linguistic2::XLanguageGuessing > m_xLanguageGuesser;
sal_Bool bAuthorInitialised : 1;
sal_Bool bEmbeddedLoadSave : 1;
@@ -267,6 +272,10 @@ public:
::com::sun::star::uno::Reference<
::com::sun::star::scanner::XScannerManager >
GetScannerManager();
+
+ ::com::sun::star::uno::Reference<
+ ::com::sun::star::linguistic2::XLanguageGuessing >
+ GetLanguageGuesser();
};