summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abspilot.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-03-30 10:18:25 +0100
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-08 15:09:50 +0200
commit7f2af61f1a4771f6f823c378f355ee4989a719e4 (patch)
treecae1dbdb8fc1ba6122e92132ad0643ca7c55afd0 /extensions/source/abpilot/abspilot.cxx
parentdb609a58df7be082de7d5a20a2a924789d6a64a1 (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/abpilot/abspilot.cxx')
-rw-r--r--extensions/source/abpilot/abspilot.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index 1b04a34ceb9b..fc135ec80c8f 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -50,7 +50,6 @@ namespace abp
#define PATH_NO_SETTINGS_NO_FIELDS 4
using namespace ::com::sun::star::uno;
- using namespace ::com::sun::star::lang;
OAddressBookSourcePilot::OAddressBookSourcePilot(weld::Window* _pParent, const Reference< XComponentContext >& _rxORB)
:OAddressBookSourcePilot_Base( _pParent )