summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/bmcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/bmcache.hxx')
-rw-r--r--sd/source/ui/inc/bmcache.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/inc/bmcache.hxx b/sd/source/ui/inc/bmcache.hxx
index 3a68e760bcda..3841dc30ba1c 100644
--- a/sd/source/ui/inc/bmcache.hxx
+++ b/sd/source/ui/inc/bmcache.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,18 +37,18 @@ class GraphicObject;
class BitmapCache
{
- ULONG nMaxSize;
- ULONG nCurSize;
- List aEntries;
-
-public:
+ ULONG nMaxSize;
+ ULONG nCurSize;
+ List aEntries;
+
+public:
BitmapCache(ULONG nMaxSizeKB)
: nMaxSize(nMaxSizeKB), nCurSize(0) {}
- virtual ~BitmapCache();
+ virtual ~BitmapCache();
void Remove(const SdPage* pPage);
};
-#endif // _SD_BMCACHE_HXX
+#endif // _SD_BMCACHE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */