Kaydet (Commit) a74b3e89 authored tarafından Michael Stahl's avatar Michael Stahl

QueryDeleteDlg_Impl: add GetResult() that was removed in ...

02d4eb74

Change-Id: I45b5691a3dc4cf2444e0daf8cb2ae0134532f596
üst 88df79be
......@@ -219,7 +219,7 @@ void OApplicationController::deleteObjects( ElementType _eType, const ::std::vec
aDlg.EnableAllButton();
if ( aDlg.Execute() == RET_OK )
eResult = aDlg.GetResult();
eResult = aDlg.GetQueryDeleteResult();
else
return;
......
......@@ -240,6 +240,7 @@ public:
QueryDeleteDlg_Impl( Window* pParent,
const OUString& rName );
QueryDeleteResult_Impl GetQueryDeleteResult() const { return m_eResult; }
void EnableAllButton() { m_pAllButton->Enable(true); }
};
......
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