From ae8913f596997db22566c583964bf03163391ba1 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 27 Jan 2016 19:16:37 +0900 Subject: starmath: Stop using unnecessary namespace Change-Id: I3848e61eac69a2b3cacc3cf1f66534f4508151cd Reviewed-on: https://gerrit.libreoffice.org/21837 Tested-by: Jenkins Reviewed-by: David Tardon --- starmath/source/cfgitem.cxx | 1 - starmath/source/detreg.cxx | 1 - starmath/source/document.cxx | 2 -- starmath/source/edit.cxx | 1 - starmath/source/mathmlexport.cxx | 1 - starmath/source/ooxmlimport.cxx | 1 - starmath/source/parse.cxx | 1 - starmath/source/symbol.cxx | 1 - 8 files changed, 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 #include -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 -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; -- cgit