summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-30 12:20:47 -0400
committerPeter Foley <pefoley2@verizon.net>2013-03-30 13:01:09 -0400
commit4f811c04744557c2254ab7311b148e9b08f7c573 (patch)
treea052bae9d60b9b7cc4072b424a938203667ff54e /basic
parent43e873b2576c2013a792f1fa213228470a6c619e (diff)
fix loplugin warnings
Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxobj.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/basic/source/sbx/sbxobj.cxx b/basic/source/sbx/sbxobj.cxx
index d4aa1eef1f56..6cbef74a6876 100644
--- a/basic/source/sbx/sbxobj.cxx
+++ b/basic/source/sbx/sbxobj.cxx
@@ -571,6 +571,8 @@ void SbxObject::Remove( SbxVariable* pVar )
}
rtl::OString aNameStr1(OUStringToOString(aVarName, RTL_TEXTENCODING_ASCII_US));
rtl::OString aNameStr2(OUStringToOString(SbxVariable::GetName(), RTL_TEXTENCODING_ASCII_US));
+ DbgOutf( "SBX: Remove %s in %s",
+ aNameStr1.getStr(), aNameStr2.getStr() );
#endif
SbxVariableRef pVar_ = pArray->Get( nIdx );
if( pVar_->IsBroadcaster() )