diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 17:10:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 17:10:07 +0000 |
commit | 769bb97625dabb2016f1c523f3058106b2f5f5f8 (patch) | |
tree | 013ff31fb1eaf85ca2ff0268dfe681e54ce17946 /sc/source/ui/docshell | |
parent | 4c87323cc6f7d3925930c6536f6ead4f46bfa555 (diff) |
INTEGRATION: CWS dr33 (1.21.182); FILE MERGED
2005/02/04 15:52:38 dr 1.21.182.1: #i36782# remove non-ASCII chars from source code
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r-- | sc/source/ui/docshell/docsh3.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx index 111189247745..b8467f680d6d 100644 --- a/sc/source/ui/docshell/docsh3.cxx +++ b/sc/source/ui/docshell/docsh3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docsh3.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: kz $ $Date: 2004-10-04 20:15:01 $ + * last change: $Author: vg $ $Date: 2005-02-16 18:10:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -162,7 +162,7 @@ void ScDocShell::PostPaint( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab, } - if (nExtFlags & SC_PF_LINES) // Platz fuer Linien bercksichtigen + if (nExtFlags & SC_PF_LINES) // Platz fuer Linien beruecksichtigen { //! Abfrage auf versteckte Spalten/Zeilen! if (nStartCol>0) --nStartCol; |