summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-08-25 11:05:45 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-08-30 13:55:41 +0200
commit0b06762ff19a804d3b86167ae3012811662412f1 (patch)
tree32408020028059e43d5963e08e898f1c65ca1d8b /sc
parent9d847ff825c1c94286e8ab864a88fc5375d9341c (diff)
Translate German comments
Change-Id: I8e3b98e1ddc3f4f9826aa14383908d6b77f4827a Reviewed-on: https://gerrit.libreoffice.org/59592 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/pagedlg/tphfedit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx
index 54c72df18fb8..617b26446b9a 100644
--- a/sc/source/ui/pagedlg/tphfedit.cxx
+++ b/sc/source/ui/pagedlg/tphfedit.cxx
@@ -88,7 +88,7 @@ ScEditWindow::ScEditWindow( vcl::Window* pParent, WinBits nBits, ScEditWindowLoc
ScHeaderFieldData aData;
lcl_GetFieldData( aData );
- // Feldbefehle:
+ // fields
pEdEngine->SetData( aData );
pEdEngine->SetControlWord( pEdEngine->GetControlWord() | EEControlBits::MARKFIELDS );
mbRTL = ScGlobal::IsSystemRTL();