diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-02-14 18:20:23 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-02-14 18:20:23 +0100 |
commit | db45e5f229c444e481e354863da1d07348ba9d67 (patch) | |
tree | ada7b20bd8efcfd76f8e169754ddf5bdb774252e /vcl/inc/wall2.hxx | |
parent | a9aa5e1feff13541cdf725f83c408d5c5d795591 (diff) | |
parent | ce5f1dd187c3a7d8113c7653fa887b98fd50aaf6 (diff) |
rebase to DEV300_m100
Diffstat (limited to 'vcl/inc/wall2.hxx')
-rw-r--r-- | vcl/inc/wall2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/wall2.hxx b/vcl/inc/wall2.hxx index e93a8370ee7d..12ef95e017d7 100644 --- a/vcl/inc/wall2.hxx +++ b/vcl/inc/wall2.hxx @@ -40,7 +40,7 @@ private: Gradient* mpGradient; Rectangle* mpRect; WallpaperStyle meStyle; - ULONG mnRefCount; + sal_uLong mnRefCount; BitmapEx* mpCache; friend SvStream& operator>>( SvStream& rIStm, ImplWallpaper& rImplWallpaper ); |