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

Change-Id: I5629f6d5940ebc76be72970606111459d21ee1fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165523
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
Gabor Kelemen 2024-03-29 14:00:11 +01:00
parent 9a5b67ea27
commit 35fbbbe12d
3 changed files with 0 additions and 5 deletions

View file

@ -26,8 +26,6 @@
#include <officecfg/Office/Common.hxx>
#include <mutex>
using namespace ::com::sun::star::uno;
static void SvtCJKOptions_Load();
namespace SvtCJKOptions

View file

@ -34,7 +34,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::util;
using namespace ::utl;
SvNumberFormatsSupplierServiceObject::SvNumberFormatsSupplierServiceObject(css::uno::Reference< css::uno::XComponentContext > _xORB)

View file

@ -43,11 +43,9 @@
#include <rtl/byteseq.hxx>
#include <rtl/ustrbuf.hxx>
using namespace osl;
using namespace utl;
using namespace com::sun::star;
using namespace com::sun::star::uno;
using namespace com::sun::star::registry;
using namespace com::sun::star::lang;
using namespace com::sun::star::task;
using namespace com::sun::star::ucb;