summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltble.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-01 10:33:57 +0200
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-10 09:19:42 +0200
commit1a91641fd6fd84eb0bfae75db54f35c7771a2a1c (patch)
treeb0f7daf219c8612bc8dcf33b2b1801d14e06f1ed /sw/source/filter/xml/xmltble.cxx
parentd70f461d83e72bfea63526706a07c1e0c4dea66d (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/filter/xml/xmltble.cxx')
-rw-r--r--sw/source/filter/xml/xmltble.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx
index ab61f071ce79..e34a900def70 100644
--- a/sw/source/filter/xml/xmltble.cxx
+++ b/sw/source/filter/xml/xmltble.cxx
@@ -59,8 +59,6 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::text;
using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::lang;
-using namespace ::com::sun::star::container;
using namespace ::xmloff::token;
using table::XCell;
using std::vector;