summaryrefslogtreecommitdiffstats
path: root/vcl/inc/saltimer.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-02-14 18:20:23 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-02-14 18:20:23 +0100
commitdb45e5f229c444e481e354863da1d07348ba9d67 (patch)
treeada7b20bd8efcfd76f8e169754ddf5bdb774252e /vcl/inc/saltimer.hxx
parentvcl2gnumake: #i116588# remove old makefiles (diff)
parentDEV300 masterfix: #i116814,i116838#: fix XCloneable so that tests work again (diff)
downloadcore-db45e5f229c444e481e354863da1d07348ba9d67.tar.gz
core-db45e5f229c444e481e354863da1d07348ba9d67.zip
rebase to DEV300_m100
Diffstat (limited to 'vcl/inc/saltimer.hxx')
-rw-r--r--vcl/inc/saltimer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/saltimer.hxx b/vcl/inc/saltimer.hxx
index 05f2349e6b86..73fe3a13fd02 100644
--- a/vcl/inc/saltimer.hxx
+++ b/vcl/inc/saltimer.hxx
@@ -50,7 +50,7 @@ public:
virtual ~SalTimer();
// AutoRepeat and Restart
- virtual void Start( ULONG nMS ) = 0;
+ virtual void Start( sal_uLong nMS ) = 0;
virtual void Stop() = 0;
// Callbacks (indepen in \sv\source\app\timer.cxx)