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/console | |
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/console')
-rw-r--r-- | sd/source/console/PresenterPane.cxx | 1 | ||||
-rw-r--r-- | sd/source/console/PresenterSpritePane.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/console/PresenterPane.cxx b/sd/source/console/PresenterPane.cxx index ad35315438e8..41420843971f 100644 --- a/sd/source/console/PresenterPane.cxx +++ b/sd/source/console/PresenterPane.cxx @@ -24,7 +24,6 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::drawing::framework; namespace sdext::presenter { diff --git a/sd/source/console/PresenterSpritePane.cxx b/sd/source/console/PresenterSpritePane.cxx index c90f250fb192..a1a2f7148168 100644 --- a/sd/source/console/PresenterSpritePane.cxx +++ b/sd/source/console/PresenterSpritePane.cxx @@ -23,7 +23,6 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::drawing::framework; namespace sdext::presenter { |