From b165910330285bc0a52eebdf98911e04305dfc5b Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Sat, 23 Sep 2017 15:55:23 +0200 Subject: Translate German comments and debug strings (leftovers) Additionally: - A few grammatical fixes Change-Id: I15ba3809f6b4746be5a691ec2adc0ea17730fa4a Reviewed-on: https://gerrit.libreoffice.org/42690 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- sw/source/ui/fldui/flddb.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/ui/fldui/flddb.cxx b/sw/source/ui/fldui/flddb.cxx index b1d22c730d59..0c74aaa581df 100644 --- a/sw/source/ui/fldui/flddb.cxx +++ b/sw/source/ui/fldui/flddb.cxx @@ -96,7 +96,7 @@ void SwFieldDBPage::dispose() // initialise TabPage void SwFieldDBPage::Reset(const SfxItemSet*) { - Init(); // Allgemeine initialisierung + Init(); // general initialization m_pTypeLB->SetUpdateMode(false); const sal_Int32 nOldPos = m_pTypeLB->GetSelectedEntryPos(); -- cgit