summaryrefslogtreecommitdiff
path: root/cli_ure/source/uno_bridge/cli_proxy.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:14:07 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:14:07 +0000
commitedf64c5d887745a6c3e32e8d6a805edbbdc632ba (patch)
tree29d336f55cb78320a6beea82e434f76d481a5d0f /cli_ure/source/uno_bridge/cli_proxy.cxx
parent79d0e332f4ecd7848c07a2f88259e3530eeb8c0d (diff)
INTEGRATION: CWS jl104 (1.3.4); FILE MERGED
2008/06/18 14:25:01 jl 1.3.4.1: #i88078# cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools
Diffstat (limited to 'cli_ure/source/uno_bridge/cli_proxy.cxx')
-rw-r--r--cli_ure/source/uno_bridge/cli_proxy.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/cli_ure/source/uno_bridge/cli_proxy.cxx b/cli_ure/source/uno_bridge/cli_proxy.cxx
index cfc2551f376c..1ff8c51ed21f 100644
--- a/cli_ure/source/uno_bridge/cli_proxy.cxx
+++ b/cli_ure/source/uno_bridge/cli_proxy.cxx
@@ -7,7 +7,9 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cli_proxy.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
+ * $RCSfile: cli_proxy.cxx,v $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -38,6 +40,10 @@
#include "cli_base.h"
#include "cli_bridge.h"
+#using <mscorlib.dll>
+#using <cli_ure.dll>
+#using <cli_uretypes.dll>
+
namespace sr = System::Reflection;
namespace st = System::Text;
namespace sre = System::Reflection::Emit;
@@ -50,9 +56,6 @@ namespace sd = System::Diagnostics;
namespace css = com::sun::star;
namespace ucss = unoidl::com::sun::star;
-#using <mscorlib.dll>
-#using <cli_ure.dll>
-
using namespace cli_uno;
using namespace rtl;
extern "C"