diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:48:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:48:57 +0100 |
commit | 480ab8a2b34aff08355788e1b50142460d6c7633 (patch) | |
tree | 0a681f97687df514608b06e1da2bac08f61235c9 /stoc/source/stocservices | |
parent | 9f14962a6c1c9b2610d0294dca2a28d2b23a958b (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'stoc/source/stocservices')
-rw-r--r-- | stoc/source/stocservices/stocservices.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |