diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-02-15 09:29:56 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-02-16 09:09:52 +0100 |
commit | 9b3b747e164c4eab056f65bb29baa04ab1770bb2 (patch) | |
tree | f96c98788445d012fb6b8afc6e82773520b86dfe /accessibility | |
parent | 8d98f231fa2d3f4386a842d0f45a9ceeea4ab8e1 (diff) |
a11y: Drop 'using namespace com::sun::star::accessibility::AccessibleEventId"
This e.g. makes it easier to grep where a certain
kind of event is sent.
Change-Id: I50bbdf4413e720188c9e4bbce9c02187183f3858
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163425
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx b/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx index f5d47b0a30f8..fa91719e78d5 100644 --- a/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx +++ b/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx @@ -27,7 +27,6 @@ namespace accessibility { using namespace com::sun::star::accessibility; using namespace com::sun::star::uno; - using namespace com::sun::star::accessibility::AccessibleEventId; AccessibleCheckBoxCell::AccessibleCheckBoxCell(const Reference<XAccessible >& _rxParent, vcl::IAccessibleTableProvider& _rBrowseBox, |