summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbunoobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/classes/sbunoobj.cxx')
-rw-r--r--basic/source/classes/sbunoobj.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index c0efa32baa99..43573250de0c 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -2285,8 +2285,6 @@ SbUnoObject::SbUnoObject( const OUString& aName_, const Any& aUnoObj_ )
, bNeedIntrospection( true )
, bNativeCOMObject( false )
{
- static Reference< XIntrospection > xIntrospection;
-
// beat out again the default properties of Sbx
Remove( "Name", SbxClassType::DontCare );
Remove( "Parent", SbxClassType::DontCare );
@@ -3362,7 +3360,6 @@ SbxVariable* SbUnoClass::Find( const OUString& rName, SbxClassType )
{
// Is it a field(?)
Reference< XIdlField > xField = m_xClass->getField( rName );
- Reference< XIdlClass > xClass;
if( xField.is() )
{
try