diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-04-01 04:49:52 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-03 19:25:49 +0000 |
commit | 6b4a149a656b29d162b2190f1849dc779cba0b0a (patch) | |
tree | e4947e3ceb1275f2510a5f628ce2fb713a3daee3 /starmath/source | |
parent | df039e89c5d2f8f3ccfaa0001885f3e532537fb6 (diff) |
tdf#39468 Translate German comments
Translate German comments and terms in UnoControls/, editeng/, filter/,
odk/, reportdesign/, sd/, sfx2/, starmath/, svl/, svtools/, toolkit/,
tools/, writerfilter/, and xmloff/.
Change-Id: Ibc401a425ddfdf41e4e4a78600f3fbce8cfaa2b1
Reviewed-on: https://gerrit.libreoffice.org/35992
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/dialog.cxx | 2 | ||||
-rw-r--r-- | starmath/source/visitors.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 6e7e909918ac..4d7634c83703 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -1943,7 +1943,7 @@ void SmSymDefineDialog::UpdateButtons() if (aTmpSymbolName.getLength() > 0 && aTmpSymbolSetName.getLength() > 0) { // are all settings equal? - //! (Font-, Style- und SymbolSet name comparison is not case sensitive) + //! (Font-, Style- and SymbolSet name comparison is not case sensitive) bool bEqual = pOrigSymbol && aTmpSymbolSetName.equalsIgnoreAsciiCase(pOldSymbolSetName->GetText()) && aTmpSymbolName.equals(pOrigSymbol->GetName()) diff --git a/starmath/source/visitors.cxx b/starmath/source/visitors.cxx index 3f63a86df88d..724b9f0ee64d 100644 --- a/starmath/source/visitors.cxx +++ b/starmath/source/visitors.cxx @@ -484,7 +484,7 @@ void SmDrawingVisitor::DrawTextNode( SmTextNode* pNode ) Point aPos ( maPosition ); aPos.Y( ) += pNode->GetBaselineOffset( ); - // auf Pixelkoordinaten runden + // round to pixel coordinate aPos = mrDev.PixelToLogic( mrDev.LogicToPixel( aPos ) ); mrDev.DrawStretchText( aPos, pNode->GetWidth( ), pNode->GetText( ) ); |