diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-08-24 18:54:21 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-09-06 14:40:07 +0200 |
commit | e824a49a1c12533047d6a5ab8544377e8ff29863 (patch) | |
tree | 11186a5286dbb6812e0bf98e37cb6e9e35520c15 /include/svx/svdetc.hxx | |
parent | 9ac2aad4c1cd0f8d513c02a897da90c42f2fa961 (diff) |
Don't run the OLEObjCache timer for an empty cache
Change-Id: I210f6bdec14491bea6d15bca133011059091f21b
Diffstat (limited to 'include/svx/svdetc.hxx')
-rw-r--r-- | include/svx/svdetc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdetc.hxx b/include/svx/svdetc.hxx index 171e8d1318ba..33e6a8fbeec1 100644 --- a/include/svx/svdetc.hxx +++ b/include/svx/svdetc.hxx @@ -179,7 +179,6 @@ class OLEObjCache size_t nSize; AutoTimer* pTimer; - void UnloadOnDemand(); static bool UnloadObj( SdrOle2Obj* pObj ); DECL_LINK( UnloadCheckHdl, Timer*, void ); |