summaryrefslogtreecommitdiff
path: root/uui/source
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source')
-rw-r--r--uui/source/authfallbackdlg.hxx3
-rw-r--r--uui/source/filechanged.hxx1
-rw-r--r--uui/source/lockcorrupt.hxx1
-rw-r--r--uui/source/lockfailed.hxx1
4 files changed, 4 insertions, 2 deletions
diff --git a/uui/source/authfallbackdlg.hxx b/uui/source/authfallbackdlg.hxx
index 206cd87274a7..b3482f70e85f 100644
--- a/uui/source/authfallbackdlg.hxx
+++ b/uui/source/authfallbackdlg.hxx
@@ -27,8 +27,7 @@ private:
std::unique_ptr<weld::Widget> m_xOneDriveBox;
public:
- AuthFallbackDlg(weld::Window* pParent, const OUString& instructions,
- const OUString& url);
+ AuthFallbackDlg(weld::Window* pParent, const OUString& instructions, const OUString& url);
virtual ~AuthFallbackDlg() override;
OUString GetCode() const;
diff --git a/uui/source/filechanged.hxx b/uui/source/filechanged.hxx
index 6e73d17407ab..f68b793e997a 100644
--- a/uui/source/filechanged.hxx
+++ b/uui/source/filechanged.hxx
@@ -25,6 +25,7 @@ class FileChangedQueryBox
{
private:
std::unique_ptr<weld::MessageDialog> m_xQueryBox;
+
public:
FileChangedQueryBox(weld::Window* pParent, const std::locale& pResLocale);
short run() { return m_xQueryBox->run(); }
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(); }
diff --git a/uui/source/lockfailed.hxx b/uui/source/lockfailed.hxx
index 62ac5f8528dc..d7c4c11f313c 100644
--- a/uui/source/lockfailed.hxx
+++ b/uui/source/lockfailed.hxx
@@ -25,6 +25,7 @@ class LockFailedQueryBox
{
private:
std::unique_ptr<weld::MessageDialog> m_xQueryBox;
+
public:
LockFailedQueryBox(weld::Window* pParent, const std::locale& rResLocale);
short run() { return m_xQueryBox->run(); }