summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/grfcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/grfcache.hxx')
-rw-r--r--svtools/source/graphic/grfcache.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/graphic/grfcache.hxx b/svtools/source/graphic/grfcache.hxx
index 5c79e517944f..fed7911c1e5f 100644
--- a/svtools/source/graphic/grfcache.hxx
+++ b/svtools/source/graphic/grfcache.hxx
@@ -31,7 +31,6 @@
#include <vcl/graph.hxx>
#include <vcl/timer.hxx>
-#include <tools/list.hxx>
#include <svtools/grfmgr.hxx>
#include <list>
@@ -40,16 +39,18 @@
// -----------------------
class GraphicCacheEntry;
+class GraphicDisplayCacheEntry;
class GraphicCache
{
private:
typedef std::list< GraphicCacheEntry* > GraphicCacheEntryList;
+ typedef std::list< GraphicDisplayCacheEntry* > GraphicDisplayCacheEntryList;
GraphicManager& mrMgr;
Timer maReleaseTimer;
GraphicCacheEntryList maGraphicCache;
- List maDisplayCache;
+ GraphicDisplayCacheEntryList maDisplayCache;
sal_uLong mnReleaseTimeoutSeconds;
sal_uLong mnMaxDisplaySize;
sal_uLong mnMaxObjDisplaySize;