summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/cache')
-rw-r--r--sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx8
-rw-r--r--sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx4
2 files changed, 2 insertions, 10 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
index f0d23099ddad..1229588cc911 100644
--- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
@@ -165,18 +165,10 @@ void BitmapCache::Clear (void)
-bool BitmapCache::IsFull (void) const
-{
- return mbIsFull;
-}
-sal_Int32 BitmapCache::GetSize (void)
-{
- return mnNormalCacheSize;
-}
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
index 1ceae6b69997..0b892be83943 100644
--- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
+++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx
@@ -79,12 +79,12 @@ public:
/** Return <TRUE/> when the cache is full, i.e. the cache compactor had
to be run.
*/
- bool IsFull (void) const;
+ bool IsFull (void) const { return mbIsFull;}
/** Return the memory size that is occupied by all non-precious bitmaps
in the cache.
*/
- sal_Int32 GetSize (void);
+ sal_Int32 GetSize (void) { return mnNormalCacheSize;}
/** Return <TRUE/> when a preview bitmap exists for the given key.
*/