diff options
author | Herbert Dürr <hdu@apache.org> | 2013-11-28 14:33:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-28 14:33:55 +0000 |
commit | 5585c4f2bf350d3e81d5963caad9a7a61baa9a20 (patch) | |
tree | 808120310e8e35a3910030bf40f6dad8afa9989a /accessibility | |
parent | efcc8ddd213e7f7a341526bdcffcee75d8fef77f (diff) |
Related: #i123768# [ia2] remove pseudo-automatic noisy comments
Change-Id: I346518267294556ce529966fe168440de05a38c6
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/inc/accessibility/extended/accessiblelistbox.hxx | 1 | ||||
-rw-r--r-- | accessibility/source/extended/accessiblelistboxentry.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/accessibility/inc/accessibility/extended/accessiblelistbox.hxx b/accessibility/inc/accessibility/extended/accessiblelistbox.hxx index 9354e48511a9..58d22a55d874 100644 --- a/accessibility/inc/accessibility/extended/accessiblelistbox.hxx +++ b/accessibility/inc/accessibility/extended/accessiblelistbox.hxx @@ -112,7 +112,6 @@ namespace accessibility ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getSelectedAccessibleChild( sal_Int32 nSelectedChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException); void SAL_CALL deselectAccessibleChild( sal_Int32 nSelectedChildIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException); - // IA2 CWS sal_Int32 SAL_CALL getRoleType(); private: diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx index 39f5d05c3b1f..1016139d5a96 100644 --- a/accessibility/source/extended/accessiblelistboxentry.cxx +++ b/accessibility/source/extended/accessiblelistboxentry.cxx @@ -93,7 +93,6 @@ namespace accessibility } } - // IA2 CWS void AccessibleListBoxEntry::NotifyAccessibleEvent( sal_Int16 _nEventId, const ::com::sun::star::uno::Any& _aOldValue, const ::com::sun::star::uno::Any& _aNewValue ) |