From 8be7414d487c14548732c482267aba1f89489946 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 25 May 2007 11:20:20 +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/11/01 15:14:02 tl 1.3.28.1: #140479# warning-free code for unxlngi6(.pro) --- linguistic/inc/prophelp.hxx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'linguistic/inc') diff --git a/linguistic/inc/prophelp.hxx b/linguistic/inc/prophelp.hxx index 6f71291bc829..6159a1d24983 100644 --- a/linguistic/inc/prophelp.hxx +++ b/linguistic/inc/prophelp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: prophelp.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:45:45 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:20:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,11 +56,11 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; -}}}}; +}}}} namespace com { namespace sun { namespace star { namespace linguistic2 { struct LinguServiceEvent; -}}}}; +}}}} namespace linguistic @@ -77,12 +77,14 @@ namespace linguistic #define AE_HYPHENATOR 2 //#define AE_THESAURUS 4 +typedef cppu::WeakImplHelper2 +< + ::com::sun::star::beans::XPropertyChangeListener, + ::com::sun::star::linguistic2::XLinguServiceEventBroadcaster +> PropertyChgHelperBase; + class PropertyChgHelper : - public cppu::WeakImplHelper2 - < - ::com::sun::star::beans::XPropertyChangeListener, - ::com::sun::star::linguistic2::XLinguServiceEventBroadcaster - > + public PropertyChgHelperBase { ::com::sun::star::uno::Sequence< ::rtl::OUString > aPropNames; ::com::sun::star::uno::Reference< -- cgit