summaryrefslogtreecommitdiff
path: root/uui/source/lockcorrupt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/lockcorrupt.hxx')
-rw-r--r--uui/source/lockcorrupt.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/uui/source/lockcorrupt.hxx b/uui/source/lockcorrupt.hxx
index 3d6a13f50658..146757f2708e 100644
--- a/uui/source/lockcorrupt.hxx
+++ b/uui/source/lockcorrupt.hxx
@@ -25,6 +25,7 @@ class LockCorruptQueryBox
{
private:
std::unique_ptr<weld::MessageDialog> m_xQueryBox;
+
public:
LockCorruptQueryBox(weld::Window* pParent, const std::locale& rResLocale);
short run() { return m_xQueryBox->run(); }