summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-07 06:57:33 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-07 11:15:03 +0000
commit7d98edfa4955ab6280655a9678d6a913845fa2f3 (patch)
tree3be35e656b76b3192061e02df7f703c3359595a3 /sd
parent6584735bba4b96fbde5c7be55dc6c98878ad059a (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 'sd')
-rw-r--r--sd/source/ui/view/drviews1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 1331c26b394d..062cf7235c40 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -509,7 +509,7 @@ VclPtr<SvxRuler> DrawViewShell::CreateHRuler (::sd::Window* pWin)
aWBits = WB_HSCROLL | WB_3DLOOK | WB_BORDER | WB_EXTRAFIELD;
nFlags |= SvxRulerSupportFlags::SET_NULLOFFSET |
SvxRulerSupportFlags::TABS |
- SvxRulerSupportFlags::PARAGRAPH_MARGINS; // Neu
+ SvxRulerSupportFlags::PARAGRAPH_MARGINS; // new
pRuler = VclPtr<Ruler>::Create(*this, GetParentWindow(), pWin, nFlags,
GetViewFrame()->GetBindings(), aWBits);