Kaydet (Commit) 6a593522 authored tarafından Johnny_M's avatar Johnny_M Kaydeden (comit) Michael Stahl

Fix German comment translation

This is a minor fix to the German comment translation made on the
commit 5ddef164
(https://gerrit.libreoffice.org/35343). Specifically, it is a fix
according to the comment in
https://gerrit.libreoffice.org/#/c/35343/6/sc/source/ui/docshell/docsh8.cxx

Change-Id: I7462de4589856a58fda58d52583a0702ddec0a0d
Reviewed-on: https://gerrit.libreoffice.org/35928Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 1fc76c4d
......@@ -958,7 +958,7 @@ sal_uLong ScDocShell::DBaseExport( const OUString& rFullFileName, rtl_TextEncodi
case sdbc::DataType::DATE:
{
aDocument.GetValue( nDocCol, nDocRow, nTab, fVal );
// no value differentiation between 0 with value and 0 no-value
// differentiate between 0 with value and 0 no-value
bool bIsNull = (fVal == 0.0);
if ( bIsNull )
bIsNull = !aDocument.HasValueData( nDocCol, nDocRow, nTab );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment