diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 13:31:26 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-31 09:41:07 +0200 |
commit | 2f068b2182955362526641da3b1e9f3207aab4b3 (patch) | |
tree | 7414b39092816d7e2def40ad7ac7845bb934ef65 /unoxml/source/xpath | |
parent | 35fbe29161871b107f0aabf810a2537df378374d (diff) |
tdf#146619 Drop unused 'using namespace' in: unoxml/
Change-Id: I66da7093f1ccb144e2831c6e20220cbd27e58c46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165518
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'unoxml/source/xpath')
-rw-r--r-- | unoxml/source/xpath/xpathapi.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unoxml/source/xpath/xpathapi.cxx b/unoxml/source/xpath/xpathapi.cxx index c2b753783176..e20282565644 100644 --- a/unoxml/source/xpath/xpathapi.cxx +++ b/unoxml/source/xpath/xpathapi.cxx @@ -41,7 +41,6 @@ #include <comphelper/servicehelper.hxx> #include <cppuhelper/supportsservice.hxx> -using namespace css::io; using namespace css::uno; using namespace css::xml::dom; using namespace css::xml::xpath; |