summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 14:44:52 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 14:10:39 +0100
commitc691aed63451ba441d45d2feb90f7266e12366f4 (patch)
tree37879f918bf7a65b1237b517190cb01f4c8478f2 /forms
parentf99e765cb303e37e6b6c983d3ee040fa36c1e52c (diff)
clang-format f*,h* 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: I702c09bcd3a9a113b3d66c30edb6cf3b7e6a6593 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88776 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/xforms/boolexpression.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/xforms/boolexpression.hxx b/forms/source/xforms/boolexpression.hxx
index cd5daa071cb9..ae3a0c120d77 100644
--- a/forms/source/xforms/boolexpression.hxx
+++ b/forms/source/xforms/boolexpression.hxx
@@ -24,7 +24,6 @@
namespace xforms
{
-
/** BoolExpression represents a computed XPath expression that returns
* a bool value and caches the results.
*
@@ -38,7 +37,7 @@ public:
/// set the expression string
/// (overridden for new definition of a simple expression)
- void setExpression( const OUString& rExpression );
+ void setExpression(const OUString& rExpression);
};
} // namespace xforms