Kaydet (Commit) c6b5535f authored tarafından Caolán McNamara's avatar Caolán McNamara

VclPtr: error dialogs never deleted

Change-Id: I43ef768c4c0a29599fd95f5653769bf1583a3d97
üst a1280bd4
......@@ -101,6 +101,9 @@ executeErrorDialog(
}
sal_uInt16 aResult = xBox->Execute();
xBox.disposeAndClear();
switch( aResult )
{
case RET_OK:
......
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