summaryrefslogtreecommitdiffstats
path: root/include/svtools/fileview.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-27 20:47:18 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-27 20:47:18 +0100
commita74b3e89c9b853338506249b0fac8d5f54909de7 (patch)
treecf2c44d93c09da6d909f340c4a0beff9833351ba /include/svtools/fileview.hxx
parentWe shouldn't check isValid() here. (diff)
downloadcore-a74b3e89c9b853338506249b0fac8d5f54909de7.tar.gz
core-a74b3e89c9b853338506249b0fac8d5f54909de7.zip
QueryDeleteDlg_Impl: add GetResult() that was removed in ...
02d4eb7438a83982b2602ea1d83d5accb1fe11f6 Change-Id: I45b5691a3dc4cf2444e0daf8cb2ae0134532f596
Diffstat (limited to 'include/svtools/fileview.hxx')
-rw-r--r--include/svtools/fileview.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index 8b9081675df0..61353857cfbc 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -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); }
};