diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-05-05 04:36:21 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-05 13:01:46 +0200 |
commit | c7e4f2b310d10fb3b3ae3b8ebdf02f9d2ad79b7a (patch) | |
tree | 1ec322886582e841b707f9257b0285162615e889 /sw/source/ui/dbui | |
parent | 096c0713a1606c2cfc460c3cb7a8ca684efd9dec (diff) |
tdf#39468: Translate German comments in sw/source/ui/{dbui, frmdlg, index}
Change-Id: I685875a3e58379aa5a1e338b17f3773efb859b8e
Reviewed-on: https://gerrit.libreoffice.org/37271
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r-- | sw/source/ui/dbui/dbinsdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx index a939175d7b3d..0662deae111b 100644 --- a/sw/source/ui/dbui/dbinsdlg.cxx +++ b/sw/source/ui/dbui/dbinsdlg.cxx @@ -702,7 +702,7 @@ IMPL_LINK( SwInsertDBColAutoPilot, TableFormatHdl, Button*, pButton, void ) const SwFormatCol& rCol = aPara.pFrameFormat->GetCol(); const SwColumns& rCols = rCol.GetColumns(); - // initialise nStart und nEnd for nNum == 0 + // initialise nStart and nEnd for nNum == 0 long nWidth1 = 0, nStart1 = 0, nEnd1 = nWidth; |