[Libreoffice-commits] core.git: basic/source

Thomas Arnhold thomas at arnhold.org
Fri Apr 26 09:46:22 PDT 2013


 basic/source/runtime/dllmgr-x64.cxx |    3 +++
 basic/source/runtime/dllmgr-x86.cxx |    3 +++
 2 files changed, 6 insertions(+)

New commits:
commit 52b71a2b5ecd60200fdc0868261154673ba96f35
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Fri Apr 26 18:45:27 2013 +0200

    fix windows build
    
    Change-Id: Id5d51292c0ee9c6bf62a2ceac6a80cbfd3e09605

diff --git a/basic/source/runtime/dllmgr-x64.cxx b/basic/source/runtime/dllmgr-x64.cxx
index b3f257f..0595d85 100644
--- a/basic/source/runtime/dllmgr-x64.cxx
+++ b/basic/source/runtime/dllmgr-x64.cxx
@@ -42,6 +42,9 @@
 
 #include "dllmgr.hxx"
 
+using namespace css;
+using namespace css::uno;
+
 /* Open issues:
 
    Missing support for functions returning structs (see TODO in call()).
diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx
index ffce759..c517135 100644
--- a/basic/source/runtime/dllmgr-x86.cxx
+++ b/basic/source/runtime/dllmgr-x86.cxx
@@ -43,6 +43,9 @@
 
 #include "dllmgr.hxx"
 
+using namespace css;
+using namespace css::uno;
+
 /* Open issues:
 
    Missing support for functions returning structs (see TODO in call()).


More information about the Libreoffice-commits mailing list