summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/bmcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/bmcache.cxx')
-rw-r--r--sd/source/ui/view/bmcache.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/bmcache.cxx b/sd/source/ui/view/bmcache.cxx
index 9a586664d874..c52a8c57bc23 100644
--- a/sd/source/ui/view/bmcache.cxx
+++ b/sd/source/ui/view/bmcache.cxx
@@ -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
@@ -41,7 +41,7 @@ struct BitmapCacheEntry
const SdPage* pPage;
GraphicObject* pGraphicObject;
sal_uInt32 nSizeBytes;
- long nZoom;
+ long nZoom;
};
/*************************************************************************
@@ -64,7 +64,7 @@ void BitmapCache::Remove( const SdPage* pPage )
for( ULONG nPos = 0; nPos < aEntries.Count(); )
{
BitmapCacheEntry* pCand = (BitmapCacheEntry*) aEntries.GetObject( nPos );
-
+
if( pCand->pPage == pPage )
{
pCand = (BitmapCacheEntry*) aEntries.Remove((ULONG)nPos);