diff options
Diffstat (limited to 'sfx2/source/control/ctrlitem.cxx')
-rw-r--r-- | sfx2/source/control/ctrlitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/ctrlitem.cxx b/sfx2/source/control/ctrlitem.cxx index 53167f61502b..067c938259bf 100644 --- a/sfx2/source/control/ctrlitem.cxx +++ b/sfx2/source/control/ctrlitem.cxx @@ -366,7 +366,7 @@ SfxMapUnit SfxControllerItem::GetCoreMetric() const // invalidate slot and its message|slot server as 'global' information // about the validated message|slot server is not made available - pCache->Invalidate( sal_True ); + pCache->Invalidate( true ); return rPool.GetMetric( nWhich ); } |