diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 21:52:52 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-05 13:45:28 +0200 |
commit | aa11db227da2830accac7c523c534b2b86a86bb2 (patch) | |
tree | fa3db84190e3d9f8a80c450df5c36a4892929960 /cui/source/dialogs/multipat.cxx | |
parent | ad640dedd269dc1e03cf362e11975bbd6d963120 (diff) |
tdf#146619 Drop unused 'using namespace' in: cui/
Change-Id: I311423b045a504b268cffdf740db1fe82aea2810
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165568
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'cui/source/dialogs/multipat.cxx')
-rw-r--r-- | cui/source/dialogs/multipat.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/dialogs/multipat.cxx b/cui/source/dialogs/multipat.cxx index 085d21f995de..e385a6ccface 100644 --- a/cui/source/dialogs/multipat.cxx +++ b/cui/source/dialogs/multipat.cxx @@ -36,7 +36,6 @@ #include <unotools/pathoptions.hxx> #include <o3tl/string_view.hxx> -using namespace ::com::sun::star::lang; using namespace ::com::sun::star::ui::dialogs; using namespace ::com::sun::star::uno; |