From 0bdd321c45d92960c8a1b1a073b66912024bc74d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 25 May 2007 11:20:34 +0000 Subject: 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 --- linguistic/inc/supplang.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'linguistic/inc') 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 > -- cgit