QueryDeleteDlg_Impl: add GetResult() that was removed in ...
02d4eb7438a83982b2602ea1d83d5accb1fe11f6 Change-Id: I45b5691a3dc4cf2444e0daf8cb2ae0134532f596
This commit is contained in:
parent
88df79be2f
commit
a74b3e89c9
@ -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); }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user