From 480ab8a2b34aff08355788e1b50142460d6c7633 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 3 Mar 2011 22:48:57 +0100 Subject: Remove "using namespace ::rtl" --- stoc/source/stocservices/stocservices.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'stoc/source/stocservices') diff --git a/stoc/source/stocservices/stocservices.cxx b/stoc/source/stocservices/stocservices.cxx index 28cf4527b327..6e69b8f8c1cd 100644 --- a/stoc/source/stocservices/stocservices.cxx +++ b/stoc/source/stocservices/stocservices.cxx @@ -41,7 +41,6 @@ using namespace com::sun::star; using namespace com::sun::star::uno; using namespace cppu; using namespace osl; -using namespace rtl; using namespace stoc_services; rtl_StandardModuleCount g_moduleCount = MODULE_COUNT_INIT; -- cgit