From dd802c22cb73ddd278be7f140e7bed4bbd310454 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 16 Jan 2007 15:36:58 +0000 Subject: [PATCH] INTEGRATION: CWS ab33 (1.22.12); FILE MERGED 2007/01/10 16:34:50 ab 1.22.12.1: #i69280# Removed warnings --- basctl/source/inc/dlgedobj.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx index a3c9407717df..c0a553f34b90 100644 --- a/basctl/source/inc/dlgedobj.hxx +++ b/basctl/source/inc/dlgedobj.hxx @@ -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; }