Kaydet (Commit) 5c859f4f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

executedDialog _nExecutionResult param is of type sal_Int16/VclResponseType

Change-Id: Ied27330db3af9b33ddccbda52da927202f112dab
üst 532911eb
......@@ -167,7 +167,7 @@ namespace pcr
void OControlFontDialog::executedDialog(sal_Int16 _nExecutionResult)
{
OSL_ENSURE(m_pDialog, "OControlFontDialog::executedDialog: no dialog anymore?!!");
if (m_pDialog && (sal_True == _nExecutionResult) && m_xControlModel.is())
if (m_pDialog && (RET_OK == _nExecutionResult) && m_xControlModel.is())
{
const SfxItemSet* pOutput = static_cast<ControlCharacterDialog*>(m_pDialog)->GetOutputItemSet();
if (pOutput)
......
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