summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-02-27 21:29:52 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-28 10:51:36 +0100
commitb6aee26f3630fd531e51f781391ba0130001df60 (patch)
treeefe9b97bef491cf679df222f49ba3e157af9fb11 /starmath
parentf7bf3cf5c9c7f72da0c881b50c2ccc4b6d550af2 (diff)
Translate German comments and debug strings
Change-Id: Ie2da785cb674e21f042caa5e6d461e3489036003 Reviewed-on: https://gerrit.libreoffice.org/50467 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/dialog.cxx4
-rw-r--r--starmath/source/document.cxx2
2 files changed, 3 insertions, 3 deletions
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);