diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-01 10:33:57 +0200 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-10 09:19:42 +0200 |
commit | 1a91641fd6fd84eb0bfae75db54f35c7771a2a1c (patch) | |
tree | b0f7daf219c8612bc8dcf33b2b1801d14e06f1ed /sw/source/uibase/shells/grfshex.cxx | |
parent | d70f461d83e72bfea63526706a07c1e0c4dea66d (diff) |
tdf#146619 Drop unused 'using namespace' in: sw/
Change-Id: I56463130ab617b0e11e237718cb8456913373818
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165696
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'sw/source/uibase/shells/grfshex.cxx')
-rw-r--r-- | sw/source/uibase/shells/grfshex.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/grfshex.cxx b/sw/source/uibase/shells/grfshex.cxx index a9af8799b009..654fb8364daf 100644 --- a/sw/source/uibase/shells/grfshex.cxx +++ b/sw/source/uibase/shells/grfshex.cxx @@ -36,8 +36,6 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::ui::dialogs; -using namespace ::sfx2; bool SwTextShell::InsertMediaDlg( SfxRequest const & rReq ) { |