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(-)
New commits: commit ae8913f596997db22566c583964bf03163391ba1 Author: Takeshi Abe <t...@fixedpoint.jp> Date: Wed Jan 27 19:16:37 2016 +0900 starmath: Stop using unnecessary namespace Change-Id: I3848e61eac69a2b3cacc3cf1f66534f4508151cd Reviewed-on: https://gerrit.libreoffice.org/21837 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: David Tardon <dtar...@redhat.com> diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index ea936a7..277f65e 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 54fca7e..e008d5d 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 a6068a8..cafe784 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 11f0227..027b402 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 9175e4d..4b06ee4 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 daf3f26..59083c1 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 ab64bb35e..b07eaca 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 6de4c34..1834c69 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits