summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-17 23:25:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-18 13:03:21 +0100
commit95372abb5297176e45a39b225482fda49d93435b (patch)
tree5bd8ff3ea37389ce46609532bc54a249ea29939d
parentd5e20fe5a0ec78a9197c28f25fc5b7e62c18ef39 (diff)
string created but never used
-rw-r--r--svtools/source/uno/unoiface.cxx5
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)
{