summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache
diff options
context:
space:
mode:
authorFelix Zhang <fezhang@suse.com>2011-10-21 17:51:50 +0800
committerJan Holesovsky <kendy@suse.cz>2011-10-21 16:56:52 +0200
commit48e2a853b9106033094d2fd917dbf14ada5abdc0 (patch)
treef1ce8c1c053965ae21727f1aa2876c4678d3936c /sd/source/ui/slidesorter/cache
parentcbfaa4dd71b39d393524afa7438c6da4e1e68df4 (diff)
remove unused methods from sd::slidesorter
Diffstat (limited to 'sd/source/ui/slidesorter/cache')
-rw-r--r--sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx9
-rw-r--r--sd/source/ui/slidesorter/cache/SlsPageCache.cxx8
2 files changed, 0 insertions, 17 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
index c7635efda428..8a836944b5f8 100644
--- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx
@@ -74,7 +74,6 @@ public:
Bitmap GetMarkedPreview (void) const { return maMarkedPreview; }
inline void SetMarkedPreview (const Bitmap& rMarkePreview);
- bool HasMarkedPreview (void) const;
bool HasReplacement (void) const { return (mpReplacement.get() != NULL); }
inline bool HasLosslessReplacement (void) const;
@@ -685,14 +684,6 @@ inline void BitmapCache::CacheEntry::SetMarkedPreview (const Bitmap& rMarkedPrev
-bool BitmapCache::CacheEntry::HasMarkedPreview (void) const
-{
- return ! maMarkedPreview.IsEmpty();
-}
-
-
-
-
inline bool BitmapCache::CacheEntry::HasLosslessReplacement (void) const
{
return mpReplacement.get()!=NULL
diff --git a/sd/source/ui/slidesorter/cache/SlsPageCache.cxx b/sd/source/ui/slidesorter/cache/SlsPageCache.cxx
index 7fb9d956834d..a6ab5e2032f8 100644
--- a/sd/source/ui/slidesorter/cache/SlsPageCache.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsPageCache.cxx
@@ -124,14 +124,6 @@ void PageCache::InvalidatePreviewBitmap (
-void PageCache::ReleasePreviewBitmap (const CacheKey aKey)
-{
- mpImplementation->ReleasePreviewBitmap(aKey);
-}
-
-
-
-
void PageCache::InvalidateCache (const bool bUpdateCache)
{
mpImplementation->InvalidateCache(bUpdateCache);