diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2014-03-06 17:19:01 +0100 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2014-03-08 17:50:58 +0100 |
commit | 3ce5fecea7d1dc3350db15c54bce584b83038e5f (patch) | |
tree | ecad3e6240e8e888f6562b8e1e8ef7eb5dee0c4c /svx/source/items/numfmtsh.cxx | |
parent | c66a649a2d9c65b1b0101e404f751255273111c7 (diff) |
Translate German string
Change-Id: Ib936712a8dd49a7130057aebf0ba529e65eb2c66
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; |