diff options
Diffstat (limited to 'uui/source/trylater.hxx')
-rw-r--r-- | uui/source/trylater.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/uui/source/trylater.hxx b/uui/source/trylater.hxx index 26b1d6714b9c..8d1fbe62fd05 100644 --- a/uui/source/trylater.hxx +++ b/uui/source/trylater.hxx @@ -25,8 +25,10 @@ class TryLaterQueryBox { private: std::unique_ptr<weld::MessageDialog> m_xQueryBox; + public: - TryLaterQueryBox(weld::Window* pParent, const std::locale& rLocale, const OUString& aMessage, bool bEnableOverride); + TryLaterQueryBox(weld::Window* pParent, const std::locale& rLocale, const OUString& aMessage, + bool bEnableOverride); short run() { return m_xQueryBox->run(); } }; |