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 | 7b277251a7b79fe3f83841ab9e3028670262e4dc (patch) | |
tree | 4d20fee2d89982980aeb6def9cac54fb0f51eae3 /remotebridges | |
parent | 6880d06ed807326d030795c3eb1fb448cdb4a6e0 (diff) |
Remove redundant comments
Diffstat (limited to 'remotebridges')
-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 1d2af80f1..27f2155e5 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 ); |