summaryrefslogtreecommitdiff
path: root/include/vcl/weld.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-13 17:46:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-04-14 15:16:02 +0200
commit7d99b161852b4da3b5a2f97efe629d4f7c3a52e9 (patch)
tree6839429cb13ad2e0f7747928ac9f5fcee28142ac /include/vcl/weld.hxx
parenteb6531dcb19e61baff69356eda5fd7f2a5d46458 (diff)
weld SwGlossDecideDlg
Change-Id: I34a90e842d0b7d5635879e52e9ffb56239aebac2 Reviewed-on: https://gerrit.libreoffice.org/52848 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/weld.hxx')
-rw-r--r--include/vcl/weld.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 160512969950..97bea2941fac 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -732,6 +732,7 @@ public:
static bool runAsync(const std::shared_ptr<DialogController>& rController,
const std::function<void(sal_Int32)>&);
void set_title(const OUString& rTitle) { getDialog()->set_title(rTitle); }
+ OUString get_title() const { return getConstDialog()->get_title(); }
void set_help_id(const OString& rHelpId) { getDialog()->set_help_id(rHelpId); }
OString get_help_id() const { return getConstDialog()->get_help_id(); }
virtual ~DialogController();