diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-04-07 06:57:33 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-07 11:15:03 +0000 |
commit | 7d98edfa4955ab6280655a9678d6a913845fa2f3 (patch) | |
tree | 3be35e656b76b3192061e02df7f703c3359595a3 /formula | |
parent | 6584735bba4b96fbde5c7be55dc6c98878ad059a (diff) |
tdf#39468 Translate German comments
Translate German comments and terms in dbaccess/, extensions/, formula/,
include/, reportdesign/, rsc/, sd/, svtools/, and vcl/
Change-Id: Ie20dadda0eeb0786eb328c6c652287d5481c5e3b
Reviewed-on: https://gerrit.libreoffice.org/36249
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/ui/dlg/formula.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/formula.cxx b/formula/source/ui/dlg/formula.cxx index d795395884f7..4d9625486e7a 100644 --- a/formula/source/ui/dlg/formula.cxx +++ b/formula/source/ui/dlg/formula.cxx @@ -928,7 +928,7 @@ void FormulaDlg_Impl::FillControls(bool &rbNext, bool &rbPrev) m_pFtEditName->SetText(""); pMEdit->SetHelpId( m_aEditHelpId ); } - // Test, ob vorne/hinten noch mehr Funktionen sind + // test if before/after are anymore functions sal_Int32 nTempStart = m_aFormulaHelper.GetArgStart( aFormula, nFStart, 0 ); rbNext = m_aFormulaHelper.GetNextFunc( aFormula, false, nTempStart ); |