[Libreoffice-commits] core.git: solenv/clang-format sot/source
Philipp Hofer (via logerrit)
logerrit at kemper.freedesktop.org
Thu Nov 19 09:45:14 UTC 2020
solenv/clang-format/excludelist | 1 -
sot/source/base/object.cxx | 5 +----
2 files changed, 1 insertion(+), 5 deletions(-)
New commits:
commit 2e4529c0016529325289701080499b3498a270f9
Author: Philipp Hofer <philipp.hofer at protonmail.com>
AuthorDate: Thu Nov 12 13:17:13 2020 +0100
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Thu Nov 19 10:44:32 2020 +0100
tdf#123936 Formatting files in module sot with clang-format
Change-Id: I2c375689049fcb65ca56cfcf5c5f61f8108c38bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105710
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index 611a6d7aedc7..0256bb8c292c 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -11836,7 +11836,6 @@ sot/qa/cppunit/test_sot.cxx
sot/source/base/exchange.cxx
sot/source/base/filelist.cxx
sot/source/base/formats.cxx
-sot/source/base/object.cxx
sot/source/sdstor/stg.cxx
sot/source/sdstor/stgavl.cxx
sot/source/sdstor/stgavl.hxx
diff --git a/sot/source/base/object.cxx b/sot/source/base/object.cxx
index 5c91afeccba9..98dd8ea064d6 100644
--- a/sot/source/base/object.cxx
+++ b/sot/source/base/object.cxx
@@ -61,9 +61,6 @@ bool SotObject::DoClose()
return bRet;
}
-bool SotObject::Close()
-{
- return true;
-}
+bool SotObject::Close() { return true; }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list