summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-01-27 19:16:37 +0900
committerDavid Tardon <dtardon@redhat.com>2016-01-27 12:28:45 +0000
commitae8913f596997db22566c583964bf03163391ba1 (patch)
treea15d75cb7ff4465a5775391ee4433162cf2dc076 /starmath
parent749216dcd38c4e184d8b802c5bb4ca974961b688 (diff)
starmath: Stop using unnecessary namespace
Change-Id: I3848e61eac69a2b3cacc3cf1f66534f4508151cd Reviewed-on: https://gerrit.libreoffice.org/21837 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/cfgitem.cxx1
-rw-r--r--starmath/source/detreg.cxx1
-rw-r--r--starmath/source/document.cxx2
-rw-r--r--starmath/source/edit.cxx1
-rw-r--r--starmath/source/mathmlexport.cxx1
-rw-r--r--starmath/source/ooxmlimport.cxx1
-rw-r--r--starmath/source/parse.cxx1
-rw-r--r--starmath/source/symbol.cxx1
8 files changed, 0 insertions, 9 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx
index ea936a792055..277f65eb7d03 100644
--- a/starmath/source/cfgitem.cxx
+++ b/starmath/source/cfgitem.cxx
@@ -35,7 +35,6 @@
#include "smdll.hxx"
#include "format.hxx"
-using namespace com::sun::star;
using namespace com::sun::star::uno;
using namespace com::sun::star::beans;
diff --git a/starmath/source/detreg.cxx b/starmath/source/detreg.cxx
index 54fca7ec2371..e008d5d18253 100644
--- a/starmath/source/detreg.cxx
+++ b/starmath/source/detreg.cxx
@@ -24,7 +24,6 @@
#include "smdetect.hxx"
-using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index a6068a8f242e..cafe784e9999 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -98,8 +98,6 @@
using namespace ::com::sun::star;
using namespace ::com::sun::star::accessibility;
-using namespace ::com::sun::star::lang;
-using namespace ::com::sun::star::ucb;
using namespace ::com::sun::star::uno;
#define SmDocShell
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index 11f0227d7f65..027b4027d329 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -56,7 +56,6 @@
using namespace com::sun::star::accessibility;
using namespace com::sun::star;
-using namespace com::sun::star::uno;
diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx
index 9175e4d4b947..4b06ee429d1e 100644
--- a/starmath/source/mathmlexport.cxx
+++ b/starmath/source/mathmlexport.cxx
@@ -74,7 +74,6 @@
#include "cfgitem.hxx"
using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::container;
using namespace ::com::sun::star::document;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::uno;
diff --git a/starmath/source/ooxmlimport.cxx b/starmath/source/ooxmlimport.cxx
index daf3f2681932..59083c1a759d 100644
--- a/starmath/source/ooxmlimport.cxx
+++ b/starmath/source/ooxmlimport.cxx
@@ -16,7 +16,6 @@
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
-using namespace oox;
using namespace oox::formulaimport;
/*
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index ab64bb35e27b..b07eaca5c3ec 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -32,7 +32,6 @@
#include "cfgitem.hxx"
#include <stack>
-using namespace ::com::sun::star;
using namespace ::com::sun::star::i18n;
diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx
index 6de4c34921f2..1834c69b81d1 100644
--- a/starmath/source/symbol.cxx
+++ b/starmath/source/symbol.cxx
@@ -37,7 +37,6 @@
#include "starmath.hrc"
-using namespace ::com::sun::star;
using namespace ::com::sun::star::ucb;
using namespace ::com::sun::star::uno;