summaryrefslogtreecommitdiffstats
path: root/filter/source/config/cache/basecontainer.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 10:11:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 10:11:29 +0000
commit19acd766dbebe0e0891912630e672a61dfbc0534 (patch)
treea70eaa5c867a0d968f34c6e3ec5dfe48b6661831 /filter/source/config/cache/basecontainer.hxx
parentINTEGRATION: CWS fwklhf01 (1.3.32); FILE MERGED (diff)
downloadcore-19acd766dbebe0e0891912630e672a61dfbc0534.tar.gz
core-19acd766dbebe0e0891912630e672a61dfbc0534.zip
INTEGRATION: CWS fwklhf01 (1.4.32); FILE MERGED
2004/06/18 13:14:49 as 1.4.32.1: #115305# make shure, that filter cache isnt created more then once ...
Diffstat (limited to 'filter/source/config/cache/basecontainer.hxx')
-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