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

Change-Id: I7af4b514dac89b3dbacdc21705a90a91458b4487
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165519
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
Gabor Kelemen
2024-03-29 13:31:53 +01:00
parent 6e4ba9b13d
commit 8c84193d10
10 changed files with 0 additions and 13 deletions

View File

@@ -31,8 +31,6 @@
#include <unordered_map>
using namespace ::utl;
using namespace ::osl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;

View File

@@ -39,7 +39,6 @@ namespace utl
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::configuration;

View File

@@ -31,7 +31,6 @@ namespace utl
{
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
//= NodeValueAccessor

View File

@@ -38,7 +38,6 @@
#include <unordered_map>
using namespace ::utl;
using namespace ::osl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star;

View File

@@ -41,7 +41,6 @@
using namespace utl;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::beans;
using namespace com::sun::star::container;
using namespace com::sun::star::configuration;

View File

@@ -50,7 +50,6 @@ using namespace utl;
using namespace com::sun::star::uno;
using namespace com::sun::star::beans;
using namespace com::sun::star::util;
using namespace com::sun::star::lang;
#define SEARCHPATH_DELIMITER ';'
#define SIGN_STARTVARIABLE "$("

View File

@@ -25,9 +25,6 @@
#include <officecfg/Office/Common.hxx>
using namespace utl;
using namespace com::sun::star::uno;
void SetODFDefaultVersion( SvtSaveOptions::ODFDefaultVersion eVersion, const std::shared_ptr<comphelper::ConfigurationChanges>& xChanges )
{
sal_Int16 nTmp = (eVersion == SvtSaveOptions::ODFVER_LATEST) ? sal_Int16( 3 ) : sal_Int16( eVersion );

View File

@@ -36,7 +36,6 @@
using namespace osl;
using namespace utl;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
namespace
{

View File

@@ -35,7 +35,6 @@
#include <optional>
#include <vector>
using namespace osl;
using namespace com::sun::star;
namespace {

View File

@@ -29,7 +29,6 @@
#include <ucbhelper/content.hxx>
#include <vector>
using namespace ::osl;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::ucb;