diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:20:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:20:20 +0000 |
commit | 8be7414d487c14548732c482267aba1f89489946 (patch) | |
tree | 3784501f5ec13bc9d463bc79cefe28fbe731bb26 /linguistic/inc | |
parent | 5346b43656db108489a76ea204729abcd6bf5748 (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/11/01 15:14:02 tl 1.3.28.1: #140479# warning-free code for unxlngi6(.pro)
Diffstat (limited to 'linguistic/inc')
-rw-r--r-- | linguistic/inc/prophelp.hxx | 20 |
1 files changed, 11 insertions, 9 deletions
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< |