diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-01 01:04:20 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-01 01:04:50 +0900 |
commit | d95d58af08a35d8a6f9a7713a556915091863f11 (patch) | |
tree | 04f50c6beffd34f7efa2abaa2b9478f96ed746e2 /cli_ure/source | |
parent | daf9c9c8af4ae7b8a1327040287dafb90ed5146b (diff) |
nuke unused namespace
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_bridge.cxx | 5 | ||||
-rw-r--r-- | cli_ure/source/uno_bridge/cli_proxy.cxx | 2 |
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; |