summaryrefslogtreecommitdiff
path: root/desktop/source/offacc/acceptor.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-28 10:36:40 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-28 10:36:51 +0200
commit2094610175140023cf8f904f8506c189e36dec06 (patch)
treeccf64dab3545a2e1e7e55fc288e929cc88746598 /desktop/source/offacc/acceptor.cxx
parentca97ee598a08365f7bef7e7b8172bff4433ee8b0 (diff)
namespacing cleanup
Change-Id: I1384bf53a29e174bb97db4c0644f9dce39c0e36d
Diffstat (limited to 'desktop/source/offacc/acceptor.cxx')
-rw-r--r--desktop/source/offacc/acceptor.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx
index 21b97f4ad7b4..a9b08f476d3a 100644
--- a/desktop/source/offacc/acceptor.cxx
+++ b/desktop/source/offacc/acceptor.cxx
@@ -25,6 +25,13 @@
#include <cppuhelper/factory.hxx>
#include <cppuhelper/supportsservice.hxx>
+using namespace ::osl;
+using namespace css::bridge;
+using namespace css::connection;
+using namespace css::container;
+using namespace css::lang;
+using namespace css::uno;
+
namespace desktop
{