summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:17:13 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-19 10:44:32 +0100
commit2e4529c0016529325289701080499b3498a270f9 (patch)
tree0bb77fee2d3ed92c7e129c3f1f0e6a4dd78502ac /sot
parent7c9a2c4b97c145a358084bed4b875396d3dc3e5c (diff)
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@googlemail.com>
Diffstat (limited to 'sot')
-rw-r--r--sot/source/base/object.cxx5
1 files changed, 1 insertions, 4 deletions
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: */