Some cppcheck cleaning
Change-Id: I5e8c768981dc6b8029bdc7eb8887562ccc18a5e2
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user