diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 21:45:08 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-03 19:03:25 +0200 |
commit | 6dc092045c0e8bb46c0f5e90f529a9285727f93f (patch) | |
tree | ed1ae65b355d69f030d9d66b808a2e124764576d /sd/source/ui/app/sdxfer.cxx | |
parent | 1c9c748c71f7adff6b6ba1a893950c4ad3a4d1ff (diff) |
tdf#146619 Drop unused 'using namespace' in: sd/
Change-Id: I7e48be1962d1e643c49c8cc0d6ca01ffbbb97429
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165567
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'sd/source/ui/app/sdxfer.cxx')
-rw-r--r-- | sd/source/ui/app/sdxfer.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx index 065459e5d7ff..d411d4260284 100644 --- a/sd/source/ui/app/sdxfer.cxx +++ b/sd/source/ui/app/sdxfer.cxx @@ -66,11 +66,9 @@ #include <vcl/svapp.hxx> using namespace ::com::sun::star; -using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::io; using namespace ::com::sun::star::datatransfer; -using namespace ::com::sun::star::datatransfer::clipboard; constexpr sal_uInt32 SDTRANSFER_OBJECTTYPE_DRAWMODEL = 1; constexpr sal_uInt32 SDTRANSFER_OBJECTTYPE_DRAWOLE = 2; |