summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2014-01-31 00:13:56 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-31 01:28:07 +0000
commit1c3ce40d97bffca5ea3df3e0f5bbac74a01846fb (patch)
treee607fe4c28c05cd71bcc312d2a0ef76e99cf7988 /sc/source
parent4ca5536f008d1503a9c9fa8b65150baeb92e4b4c (diff)
Translate German comments and fix a few missed one
Change-Id: Ieb5798a98453d0a6b0e368f7444150c758a9c7ac Reviewed-on: https://gerrit.libreoffice.org/7753 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/docshell/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 4f3bbf0332a3..5c4e7285927a 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -1473,7 +1473,7 @@ sal_Bool ScDocShell::ConvertFrom( SfxMedium& rMedium )
aMark.SetMarkArea( aColWidthRange );
aMark.MarkToMulti();
- // Order is important: First width, then height (cf. WHAT?! hund.rtf)
+ // Order is important: First width, then height
if ( bSetColWidths )
{
for ( SCCOL nCol=0; nCol <= nEndCol; nCol++ )