diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-12-05 20:28:21 +0000 |
---|---|---|
committer | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-12-05 20:28:21 +0000 |
commit | 1b11499074d855e34f40953898594035ca451c71 (patch) | |
tree | 00b755a7b30c8aee8ae5464488611fef23a8e041 /remotebridges/source | |
parent | 3facbad1ecbb5ac7ebbf1fa8cfb060be9147429a (diff) |
Remove redundant comments
Diffstat (limited to 'remotebridges/source')
-rw-r--r-- | remotebridges/source/bridge/remote_bridge.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remotebridges/source/bridge/remote_bridge.cxx b/remotebridges/source/bridge/remote_bridge.cxx index d29412f2d2cf..f63a418c3d50 100644 --- a/remotebridges/source/bridge/remote_bridge.cxx +++ b/remotebridges/source/bridge/remote_bridge.cxx @@ -388,9 +388,6 @@ namespace remotebridges_bridge m->dispose(); } - //--------------------------------- - // - //--------------------------------- Reference< XInterface > SAL_CALL CreateInstance( const Reference< XComponentContext > &) { return Reference< XInterface > ( ( OWeakObject * ) new ORemoteBridge ); |