diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-04-27 15:07:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-04-27 15:07:57 +0000 |
commit | ceed7a9ba418ac202556ad88da5d24c2a7ac6acc (patch) | |
tree | 63748616c5bfbcfc7ee82fd8e70b7d38686d657a /linguistic | |
parent | 9de70e2a15a174a2b2f4543c0cc6abbc55d38e27 (diff) |
INTEGRATION: CWS tl01 (1.10.78); FILE MERGED
2003/07/29 09:08:06 tl 1.10.78.2: #110762# Hangul/Hanja text conversion user dictionaries
2003/07/29 08:56:31 tl 1.10.78.1: *** empty log message ***
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/lngopt.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index 285fc8a9a577..a630c25d499c 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: lngopt.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: tl $ $Date: 2001-05-08 12:45:36 $ + * last change: $Author: obo $ $Date: 2004-04-27 16:07:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,8 +106,12 @@ #include <vcl/timer.hxx> #include <svtools/itemprop.hxx> +#ifndef _LINGUISTIC_MISC_HXX_ #include "misc.hxx" +#endif +#ifndef _LINGUISTIC_DEFS_HXX_ #include "defs.hxx" +#endif namespace com { namespace sun { namespace star { namespace beans { @@ -150,6 +154,9 @@ public: const ::com::sun::star::uno::Sequence< rtl::OUString > GetActiveDics() const { return pData->aActiveDics; } + + const ::com::sun::star::uno::Sequence< rtl::OUString > + GetActiveConvDics() const { return pData->aActiveConvDics; } }; |