[Libreoffice-commits] .: Branch 'libreoffice-4-0' - odk/examples

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 09:41:18 PST 2012


 odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 60baf6eeea7a7d601a75901b07f70f5e79dc9afe
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Dec 10 18:23:28 2012 +0100

    Fix SDK example
    
    Change-Id: Ide65bcf203f78d1e8d3286f4ee19846a357fb364
    (cherry picked from commit 67a624f47f26358bcf1f1ec240b79fd70b8be1f7)

diff --git a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx
index ea74e86..da96d5b 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;
 


More information about the Libreoffice-commits mailing list