summaryrefslogtreecommitdiffstats
path: root/vcl/source/gdi/outdev5.cxx
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/source/gdi/outdev5.cxx
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/source/gdi/outdev5.cxx')
-rw-r--r--vcl/source/gdi/outdev5.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev5.cxx b/vcl/source/gdi/outdev5.cxx
index e509ce716d7a..0a28203dbdfd 100644
--- a/vcl/source/gdi/outdev5.cxx
+++ b/vcl/source/gdi/outdev5.cxx
@@ -49,7 +49,7 @@ DBG_NAMEEX( OutputDevice )
// =======================================================================
void OutputDevice::DrawRect( const Rectangle& rRect,
- ULONG nHorzRound, ULONG nVertRound )
+ sal_uLong nHorzRound, sal_uLong nVertRound )
{
DBG_TRACE( "OutputDevice::DrawRoundRect()" );
DBG_CHKTHIS( OutputDevice, ImplDbgCheckOutputDevice );