summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--filter/source/config/cache/basecontainer.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx
index a6d3a3fb7f09..bba81c5ea6a8 100644
--- a/filter/source/config/cache/basecontainer.hxx
+++ b/filter/source/config/cache/basecontainer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basecontainer.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-04-29 13:44:43 $
+ * last change: $Author: hr $ $Date: 2004-07-23 11:11:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -181,6 +181,11 @@ class BaseContainer : public BaseLock
/** @short holds all listener, which are registered at this instance. */
::cppu::OMultiTypeInterfaceContainerHelper m_lListener;
+ /** @short hold at least on filter cache instance alive and
+ prevent he office from unloading this cache if no filter
+ is currently used.*/
+ static ::salhelper::SingletonRef< FilterCache >* m_pPerformanceOptimizer;
+
//-------------------------------------------
// native interface