From 5582b8c6da7e9d8cbcf20b381a8b0f5344b4d743 Mon Sep 17 00:00:00 2001 From: Arnaud VERSINI Date: Mon, 8 May 2023 16:57:12 +0200 Subject: desktop : remove useless using namespace Change-Id: I23a2932402120d9097ab6bd9793d4b4e92be03e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151538 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek --- desktop/source/app/appinit.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop/source/app/appinit.cxx') diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx index 8596f80aaafc..926ad1bfa6b7 100644 --- a/desktop/source/app/appinit.cxx +++ b/desktop/source/app/appinit.cxx @@ -43,7 +43,6 @@ #include #include -using namespace desktop; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::beans; -- cgit