tdf#146619 Drop unused 'using namespace' in: sax/

Change-Id: I1959402cb06f051ffe5f4a7e2e9f591b4908ea21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165521
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
Gabor Kelemen
2024-03-29 13:59:24 +01:00
parent 2f068b2182
commit 828ad91196
3 changed files with 0 additions and 4 deletions

View File

@ -46,7 +46,6 @@
#include <expat.h>
#include <xml2utf.hxx>
using namespace ::osl;
using namespace ::cppu;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::xml::sax;

View File

@ -43,12 +43,10 @@
#include <memory>
using namespace ::osl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::xml::sax;
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::io;
#define LINEFEED 10

View File

@ -42,7 +42,6 @@
using namespace com::sun::star;
using namespace com::sun::star::uno;
using namespace com::sun::star::util;
using namespace ::com::sun::star::i18n;
namespace sax {