summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-01 10:33:57 +0200
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-10 09:19:42 +0200
commit1a91641fd6fd84eb0bfae75db54f35c7771a2a1c (patch)
treeb0f7daf219c8612bc8dcf33b2b1801d14e06f1ed /sw/source/ui/config
parentd70f461d83e72bfea63526706a07c1e0c4dea66d (diff)
tdf#146619 Drop unused 'using namespace' in: sw/
Change-Id: I56463130ab617b0e11e237718cb8456913373818 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165696 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r--sw/source/ui/config/mailconfigpage.cxx2
-rw-r--r--sw/source/ui/config/optcomp.cxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/config/mailconfigpage.cxx b/sw/source/ui/config/mailconfigpage.cxx
index 0bf9633abd1d..7bd8b994368c 100644
--- a/sw/source/ui/config/mailconfigpage.cxx
+++ b/sw/source/ui/config/mailconfigpage.cxx
@@ -31,9 +31,7 @@
#include <strings.hrc>
using namespace ::com::sun::star;
-using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::mail;
-using namespace ::com::sun::star::beans;
class SwTestAccountSettingsDialog : public SfxDialogController
{
diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx
index 783dddb57e49..bfbf1c841ff7 100644
--- a/sw/source/ui/config/optcomp.cxx
+++ b/sw/source/ui/config/optcomp.cxx
@@ -39,7 +39,6 @@
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::document;
-using namespace ::com::sun::star::uno;
namespace
{