summaryrefslogtreecommitdiff
path: root/include/vcl/abstdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/abstdlg.hxx')
-rw-r--r--include/vcl/abstdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/abstdlg.hxx b/include/vcl/abstdlg.hxx
index 659babc6aab6..a333a2252be6 100644
--- a/include/vcl/abstdlg.hxx
+++ b/include/vcl/abstdlg.hxx
@@ -163,6 +163,8 @@ protected:
virtual ~AbstractQueryDialog() override = default;
public:
virtual bool ShowAgain() const = 0;
+ virtual void SetYesLabel(const OUString& sLabel) = 0;
+ virtual void SetNoLabel(const OUString& sLabel) = 0;
};
class VCL_DLLPUBLIC VclAbstractDialogFactory