summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/counter/counter.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-19 17:06:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-19 17:06:30 +0100
commit26cf7dcf19933feffabcb6b690e840c51f04c31b (patch)
tree55f7c6c5193e39e031fa638bc614191d343ca057 /odk/examples/cpp/counter/counter.cxx
parent4123c2bac37821584b354e016ac4f5c5bc598d02 (diff)
Make SDK examples compile again
...after various recent changes to include files etc. Change-Id: I9d2acbcfb09ca1df6247038afa6fbd99aa74a90d
Diffstat (limited to 'odk/examples/cpp/counter/counter.cxx')
-rw-r--r--odk/examples/cpp/counter/counter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/examples/cpp/counter/counter.cxx b/odk/examples/cpp/counter/counter.cxx
index 88cfe29db1c5..86f8d87b6271 100644
--- a/odk/examples/cpp/counter/counter.cxx
+++ b/odk/examples/cpp/counter/counter.cxx
@@ -56,6 +56,7 @@
#define SERVICENAME "foo.Counter"
#define IMPLNAME "com.sun.star.comp.example.cpp.Counter"
+using namespace ::rtl;
using namespace ::osl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;