summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdetc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r--svx/source/svdraw/svdetc.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index c561e82f5895..4cd85e8a9db8 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -107,7 +107,8 @@ const LocaleDataWrapper* SdrGlobalData::GetLocaleData()
OLEObjCache::OLEObjCache()
: Container( 0 )
{
- nSize = officecfg::Office::Common::Cache::DrawingEngine::OLE_Objects::get();
+ // add fudge factor to avoid core ( not meant for comitting to any real branch )
+ nSize = officecfg::Office::Common::Cache::DrawingEngine::OLE_Objects::get() + 10;
pTimer = new AutoTimer();
Link aLink = LINK(this, OLEObjCache, UnloadCheckHdl);