summaryrefslogtreecommitdiffstats
path: root/io/source/services.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/services.hxx')
-rw-r--r--io/source/services.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/source/services.hxx b/io/source/services.hxx
index a7bed2533ac8..119f6e29feac 100644
--- a/io/source/services.hxx
+++ b/io/source/services.hxx
@@ -27,9 +27,9 @@
#include <rtl/ustring.hxx>
#include <sal/types.h>
+namespace com::sun::star::uno { class XComponentContext; }
+
using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::lang;
-using namespace ::com::sun::star::registry;
namespace io_acceptor{
Reference< XInterface > acceptor_CreateInstance( const Reference< XComponentContext > & xCtx);