diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-30 12:20:47 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-30 13:01:09 -0400 |
commit | 4f811c04744557c2254ab7311b148e9b08f7c573 (patch) | |
tree | a052bae9d60b9b7cc4072b424a938203667ff54e /basic/source/sbx | |
parent | 43e873b2576c2013a792f1fa213228470a6c619e (diff) |
fix loplugin warnings
Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7
Diffstat (limited to 'basic/source/sbx')
-rw-r--r-- | basic/source/sbx/sbxobj.cxx | 2 |
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() ) |