Some cppcheck cleaning

Change-Id: I5e8c768981dc6b8029bdc7eb8887562ccc18a5e2
This commit is contained in:
Julien Nabet
2012-12-07 22:18:49 +01:00
parent 632cdffd08
commit a99bf813c0
5 changed files with 4 additions and 12 deletions

View File

@@ -119,9 +119,7 @@ static Any isCurrency( const rtl::OUString & typeName )
static Any isAutoIncrement( const rtl::OUString & defaultValue )
{
sal_Bool ret = sal_False;
ret = defaultValue.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "nextval(" ) );
sal_Bool ret = defaultValue.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "nextval(" ) );
// printf( "%s %d\n",
// OUStringToOString(defaultValue, RTL_TEXTENCODING_ASCII_US).getStr(),
// ret );