summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/opredlin.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-05 02:28:50 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-05 12:40:19 +0000
commite1b31fbe6bdf9f02e3ebeb42891bbab77085ed68 (patch)
tree1455fc8673607ebb39ca629b179c2917ae6742a8 /sc/source/ui/optdlg/opredlin.cxx
parentb4914ef4febf0fe6d0490af9b99ce93e61669370 (diff)
tdf#39468 Translate German comments
Translate German comments and terms in sc/source/ui Change-Id: I20ae58b0b4c6bd2a568d63685019f0f846ef37e2 Reviewed-on: https://gerrit.libreoffice.org/36108 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/source/ui/optdlg/opredlin.cxx')
-rw-r--r--sc/source/ui/optdlg/opredlin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx
index 8a769ad24dab..baece1764e20 100644
--- a/sc/source/ui/optdlg/opredlin.cxx
+++ b/sc/source/ui/optdlg/opredlin.cxx
@@ -90,8 +90,8 @@ bool ScRedlineOptionsTabPage::FillItemSet( SfxItemSet* /* rSet */ )
SC_MOD()->SetAppOptions(aAppOptions);
- // Repaint (wenn alles ueber Items laufen wuerde, wie es sich gehoert,
- // waere das nicht noetig...)
+ // repaint (if everything would be done by Items (how it sould be),
+ // this wouldn't be neccessary)
ScDocShell* pDocSh = dynamic_cast<ScDocShell*>( SfxObjectShell::Current() );
if (pDocSh)
pDocSh->PostPaintGridAll();