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.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index ec82700b5afa..1d8dc31c75c7 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -4974,7 +4974,6 @@ OUString SbUnoStructRefObject::Impl_DumpProperties()
// Is it in Uno a sequence?
SbxDataType eType = pVar->GetFullType();
- bool bMaybeVoid = false;
OUString aName( pVar->GetName() );
StructFieldInfo::iterator it = maFields.find( aName );
@@ -4991,10 +4990,7 @@ OUString SbUnoStructRefObject::Impl_DumpProperties()
}
}
aPropStr.append( Dbg_SbxDataType2String( eType ) );
- if( bMaybeVoid )
- {
- aPropStr.appendAscii( "/void" );
- }
+
aPropStr.appendAscii( " " );
aPropStr.append( pVar->GetName() );