diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:20:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:20:34 +0000 |
commit | 0bdd321c45d92960c8a1b1a073b66912024bc74d (patch) | |
tree | 8ba8b346c2449430df2c37465f9266a956b38b7d /linguistic/inc | |
parent | 8be7414d487c14548732c482267aba1f89489946 (diff) |
INTEGRATION: CWS tl32 (1.3.28); FILE MERGED
2006/11/02 15:42:11 tl 1.3.28.2: #140479# warning-free code for unxsols4(.pro)
2006/10/26 11:25:32 tl 1.3.28.1: #140479# make linguistic warning-free
Diffstat (limited to 'linguistic/inc')
-rw-r--r-- | linguistic/inc/supplang.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linguistic/inc/supplang.hxx b/linguistic/inc/supplang.hxx index dce94858f345..d2336222b840 100644 --- a/linguistic/inc/supplang.hxx +++ b/linguistic/inc/supplang.hxx @@ -4,9 +4,9 @@ * * $RCSfile: supplang.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:46:07 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:20:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -80,11 +80,11 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; class XFastPropertySet; -}}}}; +}}}} namespace com { namespace sun { namespace star { namespace frame { class XDesktop; -}}}}; +}}}} namespace linguistic @@ -125,7 +125,7 @@ protected: public: SuppLanguages( LanguageState *pState, USHORT nCount ); - ~SuppLanguages(); + virtual ~SuppLanguages(); BOOL HasLanguage( INT16 nLanguage ) const; const com::sun::star::uno::Sequence< INT16 > |