Kaydet (Commit) 4f8ebe36 authored tarafından David Tardon's avatar David Tardon

fix brain fart

üst 6e946c59
......@@ -1173,7 +1173,7 @@ const SfxPoolItem* SfxBindings::Execute_Impl( sal_uInt16 nId, const SfxPoolItem*
DeleteItemOnIdle( pVoid );
return pVoid;
}
else if ( pCache ) // just in case it was created, but GetDispatch() is 0
else if ( pCache && bDeleteCache ) // just in case it was created, but GetDispatch() is 0
DELETEZ( pCache );
// slot is handled internally by SfxDispatcher
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment