xmloff/source/core/xmlexp.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 5041b1491a183366ca44380bd0f5dfb7c0acc5fb Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Sun Oct 10 22:07:34 2021 +0200 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Mon Oct 11 06:14:38 2021 +0200
Drop unused 'using namespace' here Change-Id: Iffd9e68cbefae664374ca8ad75441f899b849f34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123168 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx index 0fd65e17d8f2..5e0e46dabeb0 100644 --- a/xmloff/source/core/xmlexp.cxx +++ b/xmloff/source/core/xmlexp.cxx @@ -98,7 +98,6 @@ #include <comphelper/xmltools.hxx> #include <comphelper/graphicmimetype.hxx> -using namespace ::osl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::frame;