summaryrefslogtreecommitdiff
path: root/formula
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 /formula
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 'formula')
-rw-r--r--formula/inc/core_resource.hxx2
-rw-r--r--formula/qa/unit/formula-dialogs-test.cxx4
2 files changed, 2 insertions, 4 deletions
diff --git a/formula/inc/core_resource.hxx b/formula/inc/core_resource.hxx
index 8a8f49b77b0f..a1533f1b5186 100644
--- a/formula/inc/core_resource.hxx
+++ b/formula/inc/core_resource.hxx
@@ -22,6 +22,6 @@
#include <rtl/ustring.hxx>
#include <formula/formuladllapi.h>
-FORMULA_DLLPUBLIC OUString ForResId(const char *pId);
+FORMULA_DLLPUBLIC OUString ForResId(const char* pId);
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/formula/qa/unit/formula-dialogs-test.cxx b/formula/qa/unit/formula-dialogs-test.cxx
index 29262e53dac5..8f1f7e334a75 100644
--- a/formula/qa/unit/formula-dialogs-test.cxx
+++ b/formula/qa/unit/formula-dialogs-test.cxx
@@ -36,9 +36,7 @@ public:
CPPUNIT_TEST_SUITE_END();
};
-FormulaDialogsTest::FormulaDialogsTest()
-{
-}
+FormulaDialogsTest::FormulaDialogsTest() {}
void FormulaDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/)
{