diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 14:18:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 14:18:08 +0000 |
commit | 6be3aef3ca4cdf38bbbb70995e905ac9f97452c6 (patch) | |
tree | 31e1030fc691d5206a1d6a47ffa6f1f9dbd4c05d /sc/source | |
parent | 444bcc3ca9404b233de2ab540a33d39f1842b1db (diff) |
INTEGRATION: CWS dr58_SRC680 (1.50.26); FILE MERGED
2007/12/14 10:50:55 nn 1.50.26.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/data/documen8.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx index b6b15c234f11..dae8f4e8b8dd 100644 --- a/sc/source/core/data/documen8.cxx +++ b/sc/source/core/data/documen8.cxx @@ -4,9 +4,9 @@ * * $RCSfile: documen8.cxx,v $ * - * $Revision: 1.50 $ + * $Revision: 1.51 $ * - * last change: $Author: ihi $ $Date: 2007-11-26 18:42:03 $ + * last change: $Author: rt $ $Date: 2008-01-29 15:18:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -637,7 +637,9 @@ BOOL ScDocument::IdleCalcTextWidth() // TRUE = demnaechst wieder vers nZoom = 0; } else + { DBG_ERROR( "Missing StyleSheet :-/" ); + } } if ( nZoom > 0 ) |