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:
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -31,7 +31,6 @@ namespace utl
|
||||
{
|
||||
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star::lang;
|
||||
|
||||
//= NodeValueAccessor
|
||||
|
||||
|
@@ -38,7 +38,6 @@
|
||||
#include <unordered_map>
|
||||
|
||||
using namespace ::utl;
|
||||
using namespace ::osl;
|
||||
using namespace ::com::sun::star::uno;
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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 "$("
|
||||
|
@@ -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 );
|
||||
|
@@ -36,7 +36,6 @@
|
||||
using namespace osl;
|
||||
using namespace utl;
|
||||
using namespace com::sun::star::uno;
|
||||
using namespace com::sun::star::lang;
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@@ -35,7 +35,6 @@
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
using namespace osl;
|
||||
using namespace com::sun::star;
|
||||
|
||||
namespace {
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user