diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:50:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 11:50:50 +0000 |
commit | 51f0a5a1ae929eed6d4dd76a2d631d05eb0423d4 (patch) | |
tree | 80c495dce49af8fe14d21b69f23417fb62034ace /svx/source/inc/fmshimp.hxx | |
parent | 758e306b74e5795b19c8a5b78afa6174e8823539 (diff) |
INTEGRATION: CWS sb59 (1.29.62); FILE MERGED
2006/08/03 13:51:47 cl 1.29.62.1: removed compiler warnings
Diffstat (limited to 'svx/source/inc/fmshimp.hxx')
-rw-r--r-- | svx/source/inc/fmshimp.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx index bb968f1e15d9..58707820bc51 100644 --- a/svx/source/inc/fmshimp.hxx +++ b/svx/source/inc/fmshimp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fmshimp.hxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: hr $ $Date: 2006-06-19 16:06:24 $ + * last change: $Author: obo $ $Date: 2006-10-12 12:50:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -255,6 +255,7 @@ typedef ::cppu::WeakComponentImplHelper4< ::com::sun::star::beans::XPropertyCh //======================================================================== class SAL_DLLPRIVATE FmXFormShell_Base_Disambiguation : public FmXFormShell_BD_BASE { + using ::com::sun::star::lang::XEventListener::disposing; protected: FmXFormShell_Base_Disambiguation( ::osl::Mutex& _rMutex ); virtual void SAL_CALL disposing(); |