tdf#146619 Drop unused 'using namespace' in: accessibility/
Change-Id: I92662f0577c0f90ec0dc5eba1b685fbb7ac3da39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165530 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::beans;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::comphelper;
|
||||
|
@@ -36,7 +36,6 @@
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::beans;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::comphelper;
|
||||
|
||||
|
@@ -37,7 +37,6 @@
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::beans;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::comphelper;
|
||||
|
||||
|
@@ -23,8 +23,6 @@
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
|
||||
|
||||
VCLXAccessibleComboBox::VCLXAccessibleComboBox (VCLXWindow* pVCLWindow)
|
||||
|
@@ -25,9 +25,7 @@
|
||||
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
|
||||
|
||||
VCLXAccessibleDropDownComboBox::VCLXAccessibleDropDownComboBox (VCLXWindow* pVCLWindow)
|
||||
|
@@ -22,9 +22,7 @@
|
||||
#include <toolkit/awt/vclxwindow.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
|
||||
|
||||
VCLXAccessibleDropDownListBox::VCLXAccessibleDropDownListBox (VCLXWindow* pVCLWindow)
|
||||
|
@@ -24,8 +24,6 @@
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::beans;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
|
||||
// VCLXAccessibleFixedText
|
||||
|
@@ -28,11 +28,8 @@
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::awt;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::beans;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::comphelper;
|
||||
|
||||
VCLXAccessibleHeaderBar::VCLXAccessibleHeaderBar(VCLXWindow* pVCLWindow)
|
||||
: VCLXAccessibleComponent(pVCLWindow)
|
||||
|
@@ -38,7 +38,6 @@
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::beans;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::accessibility;
|
||||
|
||||
|
@@ -22,9 +22,7 @@
|
||||
#include <toolkit/awt/vclxwindow.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
|
||||
VCLXAccessibleListBox::VCLXAccessibleListBox (VCLXWindow* pVCLWindow)
|
||||
: VCLXAccessibleBox (pVCLWindow, VCLXAccessibleBox::LISTBOX, false)
|
||||
|
@@ -24,7 +24,6 @@
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::comphelper;
|
||||
|
||||
VCLXAccessibleMenuSeparator::VCLXAccessibleMenuSeparator(Menu* pParent, sal_uInt16 nItemPos)
|
||||
: OAccessibleMenuItemComponent(pParent, nItemPos, nullptr)
|
||||
|
@@ -39,7 +39,6 @@
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::beans;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::comphelper;
|
||||
|
||||
|
@@ -36,7 +36,6 @@ using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::awt;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::beans;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
using namespace ::comphelper;
|
||||
|
||||
|
@@ -27,7 +27,6 @@
|
||||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::beans;
|
||||
using namespace ::com::sun::star::accessibility;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user