diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-30 10:18:25 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-08 15:09:50 +0200 |
commit | 7f2af61f1a4771f6f823c378f355ee4989a719e4 (patch) | |
tree | cae1dbdb8fc1ba6122e92132ad0643ca7c55afd0 /extensions/source/update | |
parent | db609a58df7be082de7d5a20a2a924789d6a64a1 (diff) |
tdf#146619 Drop unused 'using namespace' in: extensions/
Change-Id: I3581cc8eb2414161ecb81a4ebcedd7b3b391c642
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165571
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'extensions/source/update')
-rw-r--r-- | extensions/source/update/check/updatecheck.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx index 26b83f9d83f7..66409b32f8b3 100644 --- a/extensions/source/update/check/updatecheck.cxx +++ b/extensions/source/update/check/updatecheck.cxx @@ -55,7 +55,6 @@ namespace beans = com::sun::star::beans ; namespace deployment = com::sun::star::deployment ; -namespace frame = com::sun::star::frame ; namespace lang = com::sun::star::lang ; namespace c3s = com::sun::star::system ; namespace task = com::sun::star::task ; |