Kaydet (Commit) 95372abb authored tarafından Caolán McNamara's avatar Caolán McNamara

string created but never used

üst d5e20fe5
...@@ -1998,11 +1998,6 @@ void SVTXCurrencyField::setProperty( const ::rtl::OUString& PropertyName, const ...@@ -1998,11 +1998,6 @@ void SVTXCurrencyField::setProperty( const ::rtl::OUString& PropertyName, const
DoubleCurrencyField* pField = (DoubleCurrencyField*)GetFormattedField(); DoubleCurrencyField* pField = (DoubleCurrencyField*)GetFormattedField();
if ( pField ) if ( pField )
{ {
#ifdef DBG_UTIL
String sAssertion( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "SVTXCurrencyField::setProperty(" ) ) );
sAssertion += String( PropertyName );
sAssertion.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ") : invalid value !" ) );
#endif
sal_uInt16 nPropType = GetPropertyId( PropertyName ); sal_uInt16 nPropType = GetPropertyId( PropertyName );
switch (nPropType) switch (nPropType)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment