From ceed7a9ba418ac202556ad88da5d24c2a7ac6acc Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 27 Apr 2004 15:07:57 +0000 Subject: 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 *** --- linguistic/source/lngopt.hxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'linguistic/source/lngopt.hxx') 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 #include +#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; } }; -- cgit