summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/bmcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/bmcache.hxx')
-rwxr-xr-xsd/source/ui/inc/bmcache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/bmcache.hxx b/sd/source/ui/inc/bmcache.hxx
index c04f7d2ed2c4..7d845694fb6e 100755
--- a/sd/source/ui/inc/bmcache.hxx
+++ b/sd/source/ui/inc/bmcache.hxx
@@ -36,12 +36,12 @@ class GraphicObject;
class BitmapCache
{
- ULONG nMaxSize;
- ULONG nCurSize;
+ sal_uLong nMaxSize;
+ sal_uLong nCurSize;
List aEntries;
public:
- BitmapCache(ULONG nMaxSizeKB)
+ BitmapCache(sal_uLong nMaxSizeKB)
: nMaxSize(nMaxSizeKB), nCurSize(0) {}
virtual ~BitmapCache();