[Libreoffice-commits] .: accessibility/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Nov 8 13:02:50 PST 2010
accessibility/source/standard/vclxaccessibledropdowncombobox.cxx | 22 ----------
1 file changed, 22 deletions(-)
New commits:
commit 706f8e8b7d3f533f60e21072b682e16837d69375
Author: Kevin Hunter <hunteke at earlham.edu>
Date: Mon Nov 8 21:02:43 2010 +0000
remove commented out code
diff --git a/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx b/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx
index bdf9e7e..e58167d 100644
--- a/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx
+++ b/accessibility/source/standard/vclxaccessibledropdowncombobox.cxx
@@ -87,28 +87,6 @@ void VCLXAccessibleDropDownComboBox::ProcessWindowEvent (const VclWindowEvent& r
case VCLEVENT_DROPDOWN_OPEN:
case VCLEVENT_DROPDOWN_CLOSE:
{
- /* // child count changed
- Any aOldValue, aNewValue;
- // get the listbox child
- Reference< XAccessible > xChild;
- if ( !xChild.is() )
- {
- try
- {
- // the listbox is the second child
- xChild = getAccessibleChild(1);
- }
- catch ( IndexOutOfBoundsException& ) {}
- catch ( RuntimeException& ) {}
- }
- if ( rVclWindowEvent.GetId() == VCLEVENT_DROPDOWN_OPEN )
- aNewValue <<= xChild;
- else
- aOldValue <<= xChild;
- NotifyAccessibleEvent(
- AccessibleEventId::CHILD, aOldValue, aNewValue
- );
- */
break;
}
More information about the Libreoffice-commits
mailing list