summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-28 06:57:12 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-28 06:57:12 +0000
commitf8147a8b5850b212e7bed44670b361f3cc5ed3c9 (patch)
tree3ac9ea01637583a0f914ab3320813989aeecb074 /goodies
parent775a0c1c172d4fb9e3dfbc2cdafb90d8e66b0dd9 (diff)
INTEGRATION: CWS pj90 (1.8.80); FILE MERGED
2008/04/19 08:44:50 pjanik 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/19 08:39:29 pjanik 1.8.80.1: #i85735#: Use long instead of USHORT.
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/inv/score.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/inv/score.cxx b/goodies/source/inv/score.cxx
index 0d4570bbf54e..6ff3abcbb90d 100644
--- a/goodies/source/inv/score.cxx
+++ b/goodies/source/inv/score.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: score.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -115,7 +115,7 @@ void ScoreWindow::SetHero(long nName)
Invalidate();
}
-void ScoreWindow::SetRockets(USHORT nWert)
+void ScoreWindow::SetRockets(long nWert)
{
nRockets = nWert;
@@ -123,7 +123,7 @@ void ScoreWindow::SetRockets(USHORT nWert)
Invalidate();
}
-void ScoreWindow::SetLives(USHORT nWert)
+void ScoreWindow::SetLives(long nWert)
{
nLives = nWert;