summaryrefslogtreecommitdiff
path: root/cppuhelper/source/weak.cxx
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2010-10-13 22:28:40 -0700
committerMichael Meeks <michael.meeks@novell.com>2010-10-14 10:54:58 +0100
commitfee1a2b79e3478473fdbac8b2e626606e2e2128e (patch)
tree97384dedaa9afb6a5fda05e9cacb7cb7d0c93907 /cppuhelper/source/weak.cxx
parenta22e62641abbbb7e11cc8b1baaaa03d333debb66 (diff)
Delete commented out code in ure/cppuhelper
Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
Diffstat (limited to 'cppuhelper/source/weak.cxx')
-rw-r--r--cppuhelper/source/weak.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx
index e61670afc498..04bc1f3a05f7 100644
--- a/cppuhelper/source/weak.cxx
+++ b/cppuhelper/source/weak.cxx
@@ -289,16 +289,6 @@ Any OWeakAggObject::queryInterface( const Type & rType ) throw(::com::sun::star:
{
Reference< XInterface > x( xDelegator ); // harden ref
return (x.is() ? x->queryInterface( rType ) : queryAggregation( rType ));
-
-// // set rOut to zero, if failed
-// if( !xDelegator.queryHardRef( aUik, rOut ) )
-// {
-// XInterfaceRef x;
-// if( !xDelegator.queryHardRef( ((XInterface*)0)->getSmartUik(), x ) )
-// // reference is not valid
-// queryAggregation( aUik, rOut );
-// }
-// return rOut.is();
}
// XAggregation