From 1c3ce40d97bffca5ea3df3e0f5bbac74a01846fb Mon Sep 17 00:00:00 2001 From: Philipp Weissenbacher Date: Fri, 31 Jan 2014 00:13:56 +0100 Subject: Translate German comments and fix a few missed one Change-Id: Ieb5798a98453d0a6b0e368f7444150c758a9c7ac Reviewed-on: https://gerrit.libreoffice.org/7753 Tested-by: Markus Mohrhard Reviewed-by: Markus Mohrhard --- sc/source/ui/docshell/docsh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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++ ) -- cgit