diff options
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index ae784218a609..e4f7b28a3776 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -1308,7 +1308,7 @@ OUString BibDataManager::getControlName(sal_Int32 nFormatKey ) case DataType::TINYINT: case DataType::SMALLINT: case DataType::INTEGER: - aResStr="NumericField"; ; + aResStr="NumericField"; break; case DataType::REAL: case DataType::DOUBLE: |