From b6aee26f3630fd531e51f781391ba0130001df60 Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Tue, 27 Feb 2018 21:29:52 +0100 Subject: Translate German comments and debug strings Change-Id: Ie2da785cb674e21f042caa5e6d461e3489036003 Reviewed-on: https://gerrit.libreoffice.org/50467 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- starmath/source/dialog.cxx | 4 ++-- starmath/source/document.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'starmath') diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 1fad0b099758..756eb67b675d 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -1682,7 +1682,7 @@ void SmSymDefineDialog::FillSymbols(ComboBox &rComboBox, bool bDeleteText) void SmSymDefineDialog::FillSymbolSets(ComboBox &rComboBox, bool bDeleteText) { - assert((&rComboBox == pOldSymbolSets || &rComboBox == pSymbolSets) && "Sm : falsche ComboBox"); + assert((&rComboBox == pOldSymbolSets || &rComboBox == pSymbolSets) && "Sm : wrong ComboBox"); rComboBox.Clear(); if (bDeleteText) @@ -1807,7 +1807,7 @@ IMPL_LINK_NOARG( SmSymDefineDialog, SubsetChangeHdl, ListBox&, void ) IMPL_LINK( SmSymDefineDialog, StyleChangeHdl, ComboBox&, rComboBox, void ) { (void) rComboBox; - assert(&rComboBox == pStyles && "Sm : falsches Argument"); + assert(&rComboBox == pStyles && "Sm : wrong argument"); SelectStyle(pStyles->GetText()); } diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 34cb86fa053f..877625b83ae2 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -248,7 +248,7 @@ void SmDocShell::ArrangeFormula() } } OSL_ENSURE(pOutDev->GetMapMode().GetMapUnit() == MapUnit::Map100thMM, - "Sm : falscher MapMode"); + "Sm : wrong MapMode"); const SmFormat &rFormat = GetFormat(); mpTree->Prepare(rFormat, *this, 0); -- cgit