diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-17 23:25:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-18 13:03:21 +0100 |
commit | 95372abb5297176e45a39b225482fda49d93435b (patch) | |
tree | 5bd8ff3ea37389ce46609532bc54a249ea29939d | |
parent | d5e20fe5a0ec78a9197c28f25fc5b7e62c18ef39 (diff) |
string created but never used
-rw-r--r-- | svtools/source/uno/unoiface.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index e2faac874b80..fc48708d873a 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -1998,11 +1998,6 @@ void SVTXCurrencyField::setProperty( const ::rtl::OUString& PropertyName, const DoubleCurrencyField* pField = (DoubleCurrencyField*)GetFormattedField(); 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 ); switch (nPropType) { |