forked from amazingfate/loongoffice
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:
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user