diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-05-28 06:57:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-05-28 06:57:43 +0000 |
commit | 58fb7c16799265c6daacc7757985b79473d1b7f0 (patch) | |
tree | f911b71de72b37f20221590ed8860082304f1e38 /goodies | |
parent | 08dc85b7e47d45f56873d4b999676e98d3cea160 (diff) |
INTEGRATION: CWS pj90 (1.2.268); FILE MERGED
2008/04/19 08:44:55 pjanik 1.2.268.2: RESYNC: (1.2-1.3); FILE MERGED
2008/04/19 08:38:37 pjanik 1.2.268.1: #i85735#: Use long instead of USHORT.
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/inv/waves.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/goodies/source/inv/waves.hxx b/goodies/source/inv/waves.hxx index a54b89ab791d..81866effedf0 100644 --- a/goodies/source/inv/waves.hxx +++ b/goodies/source/inv/waves.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: waves.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -53,7 +53,7 @@ USHORT ranpos[RANMAX*2+1] = 170,390,170 }; -USHORT levelpuf[RANMAX*3+2] = +long levelpuf[RANMAX*3+2] = { 0, 0, 0, 0, 0}; BYTE waves[WAVES][MAX_LEN] = { |