summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-01 01:04:20 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-01 01:04:50 +0900
commitd95d58af08a35d8a6f9a7713a556915091863f11 (patch)
tree04f50c6beffd34f7efa2abaa2b9478f96ed746e2 /cli_ure
parentdaf9c9c8af4ae7b8a1327040287dafb90ed5146b (diff)
nuke unused namespace
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/uno_bridge/cli_bridge.cxx5
-rw-r--r--cli_ure/source/uno_bridge/cli_proxy.cxx2
2 files changed, 0 insertions, 7 deletions
diff --git a/cli_ure/source/uno_bridge/cli_bridge.cxx b/cli_ure/source/uno_bridge/cli_bridge.cxx
index 3fb843b2c41d..4463a0f39bf1 100644
--- a/cli_ure/source/uno_bridge/cli_bridge.cxx
+++ b/cli_ure/source/uno_bridge/cli_bridge.cxx
@@ -40,16 +40,11 @@
#include "cli_bridge.h"
#include "cli_proxy.h"
-namespace srr= System::Runtime::Remoting;
-namespace srrp= System::Runtime::Remoting::Proxies;
#using <mscorlib.dll>
#if defined(_MSC_VER) && (_MSC_VER < 1400)
#include <_vcclrit.h>
#endif
-namespace cssu= com::sun::star::uno;
-
-
namespace sri= System::Runtime::InteropServices;
using ::rtl::OUString;
using ::rtl::OString;
diff --git a/cli_ure/source/uno_bridge/cli_proxy.cxx b/cli_ure/source/uno_bridge/cli_proxy.cxx
index 4672dd529432..fdcb20ad10a3 100644
--- a/cli_ure/source/uno_bridge/cli_proxy.cxx
+++ b/cli_ure/source/uno_bridge/cli_proxy.cxx
@@ -40,12 +40,10 @@
namespace sr = System::Reflection;
namespace st = System::Text;
-namespace sre = System::Reflection::Emit;
namespace sc = System::Collections;
namespace srrm = System::Runtime::Remoting::Messaging;
namespace srr = System::Runtime::Remoting;
namespace srrp = System::Runtime::Remoting::Proxies;
-namespace sri = System::Runtime::InteropServices;
namespace sd = System::Diagnostics;
namespace css = com::sun::star;
namespace ucss = unoidl::com::sun::star;