INTEGRATION: CWS ab33 (1.22.12); FILE MERGED

2007/01/10 16:34:50 ab 1.22.12.1: #i69280# Removed warnings
This commit is contained in:
Vladimir Glazounov
2007-01-16 15:36:58 +00:00
parent 83bbbb6db4
commit dd802c22cb

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: dlgedobj.hxx,v $
*
* $Revision: 1.23 $
* $Revision: 1.24 $
*
* last change: $Author: vg $ $Date: 2007-01-15 14:39:29 $
* last change: $Author: vg $ $Date: 2007-01-16 16:36:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,7 +91,9 @@ protected:
DECL_LINK(OnCreate, void* );
using SfxListener::StartListening;
void StartListening();
using SfxListener::EndListening;
void EndListening(sal_Bool bRemoveListener = sal_True);
sal_Bool isListening() const { return bIsListening; }