diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 07:28:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 07:28:39 +0000 |
commit | acd32b0f299616d4614c8c6ddd23995e39da02f4 (patch) | |
tree | 0762f1bb51dd64b1dc279efd3bb5726a2841c968 /sc | |
parent | d0ad1c46e1b7de558598014503111e56bdd84516 (diff) |
INTEGRATION: CWS sixtyfour04 (1.3.142); FILE MERGED
2006/03/15 16:14:07 cmc 1.3.142.1: #i63168# make sc 64bit happy
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/lotus/expop.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/lotus/expop.cxx b/sc/source/filter/lotus/expop.cxx index 01ec8937c330..294215c1674f 100644 --- a/sc/source/filter/lotus/expop.cxx +++ b/sc/source/filter/lotus/expop.cxx @@ -4,9 +4,9 @@ * * $RCSfile: expop.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 19:40:25 $ + * last change: $Author: vg $ $Date: 2006-04-07 08:28:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -324,7 +324,7 @@ inline void ExportWK1::Snrange() inline void ExportWK1::Hidcol() { // (0x64) - ULONG nHide = 0x00000000; // ...niemand ist versteckt + sal_uInt32 nHide = 0x00000000; // ...niemand ist versteckt aOut << ( USHORT ) 0x64 << ( USHORT ) 32; |