summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-03-29 14:09:14 +0100
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-03 08:50:52 +0200
commit704e71b9d13054a7e21a037663de4feacae2ef25 (patch)
tree1507917fd9feb7c78b6ef44533316ce90dfd56e5 /svx/source/dialog
parentf2482fd96eff00b806fae385096531f63f5f2bf5 (diff)
tdf#146619 Drop unused 'using namespace' in: svx/
Change-Id: Ic8b925a3ec55166a9d5da05827d2cb335943b665 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165542 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/dlgctrl.cxx1
-rw-r--r--svx/source/dialog/fntctrl.cxx3
-rw-r--r--svx/source/dialog/searchcharmap.cxx2
-rw-r--r--svx/source/dialog/srchdlg.cxx2
4 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 456a369fcd16..d68a68faa4d3 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -48,7 +48,6 @@
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::accessibility;
// Control for display and selection of the corner points and
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx
index b0723c8e65c1..ad9c5fc62c49 100644
--- a/svx/source/dialog/fntctrl.cxx
+++ b/svx/source/dialog/fntctrl.cxx
@@ -66,9 +66,6 @@
//an arbitrary number of characters
#define TEXT_WIDTH 80
-using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::lang;
-
// small helper functions to set fonts
diff --git a/svx/source/dialog/searchcharmap.cxx b/svx/source/dialog/searchcharmap.cxx
index 7284bfd0874b..c1c289d6366d 100644
--- a/svx/source/dialog/searchcharmap.cxx
+++ b/svx/source/dialog/searchcharmap.cxx
@@ -31,8 +31,6 @@
#include <rtl/ustrbuf.hxx>
-using namespace ::com::sun::star::accessibility;
-using namespace ::com::sun::star::uno;
using namespace ::com::sun::star;
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 93d593d8729f..481124e3c963 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -76,9 +76,7 @@
#include <svx/xdef.hxx>
#include <officecfg/Office/Common.hxx>
-using namespace com::sun::star::i18n;
using namespace com::sun::star::uno;
-using namespace com::sun::star::accessibility;
using namespace com::sun::star;
using namespace comphelper;