From 66d27cbc47d9e5c03369f11273922bbdced4a2fe Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 27 Feb 2007 12:07:12 +0000 Subject: INTEGRATION: CWS calcwarnings (1.20.2); FILE MERGED 2007/02/19 16:04:12 nn 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED 2006/12/01 08:53:26 nn 1.20.2.1: #i69284# warning-free: ui, wntmsci10 --- sc/source/ui/docshell/docsh2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/docshell/docsh2.cxx') diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx index 64649c732a32..766f53024f1d 100644 --- a/sc/source/ui/docshell/docsh2.cxx +++ b/sc/source/ui/docshell/docsh2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: docsh2.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: ihi $ $Date: 2006-12-19 12:59:52 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:07:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -198,7 +198,7 @@ void ScDocShell::InitItems() if ( !aDocument.IsValidAsianCompression() ) { // set compression mode from configuration if not already set (e.g. XML import) - aDocument.SetAsianCompression( aAsian.GetCharDistanceCompression() ); + aDocument.SetAsianCompression( sal::static_int_cast( aAsian.GetCharDistanceCompression() ) ); } if ( !aDocument.IsValidAsianKerning() ) -- cgit