summaryrefslogtreecommitdiff
path: root/tools/source/ref/ref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/ref/ref.cxx')
-rw-r--r--tools/source/ref/ref.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/source/ref/ref.cxx b/tools/source/ref/ref.cxx
index dbb2122529e1..a84ae45e69a7 100644
--- a/tools/source/ref/ref.cxx
+++ b/tools/source/ref/ref.cxx
@@ -20,13 +20,11 @@
#include <tools/ref.hxx>
#include <tools/weakbase.hxx>
-SvRefBase::~SvRefBase() COVERITY_NOEXCEPT_FALSE
-{
-}
+SvRefBase::~SvRefBase() COVERITY_NOEXCEPT_FALSE {}
tools::WeakBase::~WeakBase()
{
- if( mpWeakConnection.is() )
+ if (mpWeakConnection.is())
mpWeakConnection->mpReference = nullptr;
}