summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/app/session.cxx6
-rw-r--r--vcl/source/app/svdata.cxx6
-rw-r--r--vcl/source/gdi/impimagetree.cxx2
-rw-r--r--vcl/source/helper/xconnection.cxx6
-rw-r--r--vcl/source/window/dialog.cxx2
5 files changed, 0 insertions, 22 deletions
diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx
index 543fe7197d00..728a1df66ef2 100644
--- a/vcl/source/app/session.cxx
+++ b/vcl/source/app/session.cxx
@@ -36,12 +36,6 @@
#include <list>
-namespace {
-
-namespace css = com::sun::star;
-
-}
-
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::frame;
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index b238497e3a00..d933348b5905 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -54,12 +54,6 @@
#include <stdio.h>
-namespace {
-
-namespace css = com::sun::star;
-
-}
-
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::awt;
diff --git a/vcl/source/gdi/impimagetree.cxx b/vcl/source/gdi/impimagetree.cxx
index a67e8f56f0cf..79541e67d44d 100644
--- a/vcl/source/gdi/impimagetree.cxx
+++ b/vcl/source/gdi/impimagetree.cxx
@@ -63,8 +63,6 @@
namespace {
-namespace css = com::sun::star;
-
rtl::OUString createPath(
rtl::OUString const & name, sal_Int32 pos, rtl::OUString const & locale)
{
diff --git a/vcl/source/helper/xconnection.cxx b/vcl/source/helper/xconnection.cxx
index d63b4b123390..69136d6b0b05 100644
--- a/vcl/source/helper/xconnection.cxx
+++ b/vcl/source/helper/xconnection.cxx
@@ -24,12 +24,6 @@
#include "svdata.hxx"
#include "salinst.hxx"
-namespace {
-
-namespace css = com::sun::star;
-
-}
-
using namespace osl;
using namespace vcl;
using namespace com::sun::star::uno;
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index 4fca0b17d7f1..20f143124080 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -474,8 +474,6 @@ Dialog::Dialog( WindowType nType )
rtl::OUString VclBuilderContainer::getUIRootDir()
{
- namespace css = ::com::sun::star;
-
/*to-do, check if user config has an override before using shared one, etc*/
css::uno::Reference< css::beans::XPropertySet > xPathSettings(
::comphelper::getProcessServiceFactory()->createInstance(SERVICENAME_PATHSETTINGS),