diff options
-rw-r--r-- | solenv/clang-format/excludelist | 1 | ||||
-rw-r--r-- | sot/source/base/object.cxx | 5 |
2 files changed, 1 insertions, 5 deletions
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: */ |