summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/firebird/DatabaseMetaData.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
index 802316fa84dc..be811407e5e9 100644
--- a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
+++ b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
@@ -1199,7 +1199,7 @@ uno::Reference< XResultSet > SAL_CALL ODatabaseMetaData::getColumns(
// 9. Decimal digits (scale)
// fb stores a negative number
- aCurrentRow[9] = new ORowSetValueDecorator( (sal_Int16) -(aScale) );
+ aCurrentRow[9] = new ORowSetValueDecorator( (sal_Int16) -aScale );
// 11. Nullable
if (xRow->getShort(11))