From dfd21ed088876bdab4f7fc47c6c4139e0e9798ae Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 5 May 2008 14:34:43 +0000 Subject: INTEGRATION: CWS dba30b (1.2.42); FILE MERGED 2008/04/15 22:01:35 fs 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 10:25:16 fs 1.2.42.1: #i86577# NotifyAccessibleEvent is unused now, but we ifdef it to preserve it for the future --- .../inc/accessibility/extended/accessibleiconchoicectrlentry.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx b/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx index aab5621848bb..fc508f19b893 100644 --- a/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx +++ b/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: accessibleiconchoicectrlentry.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -85,6 +85,9 @@ namespace accessibility ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > m_xParent; private: + #ifdef ACCESSIBLE_EVENT_NOTIFICATION_ENABLED + // (the following method is unused currently. If you need it, simply remove the #ifdef thing here and + // in the cxx) /** notifies all listeners that this object has changed @param _nEventId is the event id @@ -96,6 +99,7 @@ namespace accessibility void NotifyAccessibleEvent( sal_Int16 _nEventId, const ::com::sun::star::uno::Any& _aOldValue, const ::com::sun::star::uno::Any& _aNewValue ); + #endif Rectangle GetBoundingBox_Impl() const; Rectangle GetBoundingBoxOnScreen_Impl() const; -- cgit v1.2.3