summaryrefslogtreecommitdiff
path: root/accessibility/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 14:35:22 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 14:35:22 +0000
commit246dbb58fa7eba1783f195fd2a6e0bac50d636fa (patch)
tree28c80f631db42dd3bfcd5be01403c243e7fadc4d /accessibility/source
parent5ee1dacb97d63b1e9ea9f26a3de2fbbc46a807db (diff)
INTEGRATION: CWS dba30b (1.2.42); FILE MERGED
2008/04/15 22:01:45 fs 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 10:25:17 fs 1.2.42.1: #i86577# NotifyAccessibleEvent is unused now, but we ifdef it to preserve it for the future
Diffstat (limited to 'accessibility/source')
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrlentry.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
index 451fb1a972de..3466761c1f0a 100644
--- a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
+++ b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: accessibleiconchoicectrlentry.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -133,6 +133,9 @@ throw(RuntimeException)
dispose();
}
}
+ #ifdef ACCESSIBLE_EVENT_NOTIFICATION_ENABLED
+ // (the following method is unused currently. If you need it, simply remove the #ifdef thing here and
+ // in the hxx)
// -----------------------------------------------------------------------------
void AccessibleIconChoiceCtrlEntry::NotifyAccessibleEvent( sal_Int16 _nEventId,
const ::com::sun::star::uno::Any& _aOldValue,
@@ -144,6 +147,7 @@ throw(RuntimeException)
if (m_nClientId)
comphelper::AccessibleEventNotifier::addEvent( m_nClientId, aEventObj );
}
+ #endif
// -----------------------------------------------------------------------------
Rectangle AccessibleIconChoiceCtrlEntry::GetBoundingBox_Impl() const
{