diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-30 10:57:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-30 21:15:03 +0200 |
commit | 709040e0adf0a533700576b14c8498f986a601e9 (patch) | |
tree | b442f01822040432312359c2c4bd1536d53085bb /vcl | |
parent | 656c8754abc6678e5efcaa1fec1dcac0a01ca54c (diff) |
remove duplicate 'using namespace'
Change-Id: I7f8828f677cfb588135ff75c03ffb75895773440
Reviewed-on: https://gerrit.libreoffice.org/38201
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/accessibility.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx | 2 | ||||
-rw-r--r-- | vcl/workben/mtfdemo.cxx | 2 | ||||
-rw-r--r-- | vcl/workben/vcldemo.cxx | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/window/accessibility.cxx b/vcl/source/window/accessibility.cxx index 01eaf5fd7709..2e7e315f9005 100644 --- a/vcl/source/window/accessibility.cxx +++ b/vcl/source/window/accessibility.cxx @@ -409,8 +409,6 @@ sal_uInt16 Window::getDefaultAccessibleRole() const sal_uInt16 Window::GetAccessibleRole() const { - using namespace ::com::sun::star; - sal_uInt16 nRole = mpWindowImpl->mpAccessibleInfos ? mpWindowImpl->mpAccessibleInfos->nAccessibleRole : 0xFFFF; if ( nRole == 0xFFFF ) nRole = getDefaultAccessibleRole(); diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx index ea58932bb194..10ececc28181 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx @@ -1943,8 +1943,6 @@ SalGtkFilePicker::~SalGtkFilePicker() gtk_widget_destroy( m_pVBox ); } -using namespace ::com::sun::star; - uno::Reference< ui::dialogs::XFilePicker2 > GtkInstance::createFilePicker( const css::uno::Reference< css::uno::XComponentContext > &xMSF ) { diff --git a/vcl/workben/mtfdemo.cxx b/vcl/workben/mtfdemo.cxx index 9e0ead81a10e..e450309a659e 100644 --- a/vcl/workben/mtfdemo.cxx +++ b/vcl/workben/mtfdemo.cxx @@ -29,8 +29,6 @@ #include <cstdlib> -using namespace com::sun::star; - using namespace css; class DemoMtfWin : public WorkWindow diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index e2ab80017c22..4cee52f526fa 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -76,8 +76,6 @@ namespace { } -using namespace css; - enum RenderStyle { RENDER_THUMB, // small view <n> to a page RENDER_EXPANDED, // expanded view of this renderer |