summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-10 18:23:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-10 18:24:16 +0100
commit60baf6eeea7a7d601a75901b07f70f5e79dc9afe (patch)
treed7459f7abb4257297a7dfd30bd5a81a52c44f9a2 /odk
parent6407957c65c1d0c254470178f00e949628df16bc (diff)
Fix SDK example
Change-Id: Ide65bcf203f78d1e8d3286f4ee19846a357fb364 (cherry picked from commit 67a624f47f26358bcf1f1ec240b79fd70b8be1f7)
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
index ea74e86bb1ee..da96d5bf99ff 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
+++ b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
@@ -47,6 +47,7 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::bridge;
using namespace cppu;
+using ::rtl::OString;
using ::rtl::OUString;
using ::rtl::OUStringToOString;