diff options
Diffstat (limited to 'svx/source/items/numfmtsh.cxx')
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index 74e2d28c9117..6e7e7f02e54c 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -703,7 +703,7 @@ short SvxNumberFormatShell::FillEListWithDateTime_Impl( std::vector<OUString>& r { sal_uInt16 nMyType; - DBG_ASSERT( pCurFmtTable != NULL, "Unbekanntes Zahlenformat!" ); + DBG_ASSERT( pCurFmtTable != NULL, "Unknown number format!" ); const SvNumberformat* pNumEntry = pCurFmtTable->empty() ? 0 : pCurFmtTable->begin()->second; sal_uInt32 nNFEntry; |