summaryrefslogtreecommitdiff
path: root/uui/source
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-03-07 12:57:44 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-03-07 15:27:45 +0100
commitf31af3ed40fba2376eb19238d3e158e91b6d1b29 (patch)
tree3b12b19cde68c7925d4fbb118f1fe01f9fb7f69b /uui/source
parent615c086d40eeea1b47022ecff1168feeaae5ac2d (diff)
clang-format toolkit, tools, uui with under 5-percent lines of change
Files which could become clang-format conformant with under 5-percent lines of change relative to the total count of lines in the file are found by using bin/find-clang-format.py, and fixed with /opt/lo/bin/clang-format -i <path-of-the-file> There will be follow-up patches to fix all 'under-5-percent' files. Change-Id: I4952f350f4d22913ea94689b902ffa26c223ff96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90152 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
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(); }