diff options
author | Johnny_M <klasse@partyheld.de> | 2017-09-30 14:57:34 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-30 20:58:27 +0200 |
commit | 79c28873d6e1175c4b33352dd5c1dbba81d2c3ee (patch) | |
tree | 0ade433eb493649daddf7bd57e621638506aafd0 /sc/source/core | |
parent | 8c9dcfcfe58aba692b8a75efeb2b73928e764b2f (diff) |
Translate German comments and debug strings (leftovers)
Change-Id: I4ab8fbae47037f6e21c51713d1c51aaa5dc61f40
Reviewed-on: https://gerrit.libreoffice.org/42967
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/data/fillinfo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/fillinfo.cxx b/sc/source/core/data/fillinfo.cxx index 0d3a6bc36967..35b2a0fd1a05 100644 --- a/sc/source/core/data/fillinfo.cxx +++ b/sc/source/core/data/fillinfo.cxx @@ -656,7 +656,7 @@ void ScDocument::FillInfo( if (pCondFormList) pCondFormList->endRendering(); - // bedingte Formatierung auswerten + // evaluate conditional formatting std::vector< std::unique_ptr<ScPatternAttr> > aAltPatterns; // favour preview over condition if (bAnyCondition || bAnyPreview) |