From 1e17165f6643afe583bb97a40fb25ecb7bab24d9 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 12 Nov 2020 13:14:09 +0100 Subject: tdf#123936 Formatting files in module sd with clang-format Change-Id: Ieb02e9ae91123bcf1decc141a43fe7e985bf47f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105703 Reviewed-by: Christian Lohmaier Tested-by: Jenkins --- sd/inc/helper/simplereferencecomponent.hxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sd/inc/helper') diff --git a/sd/inc/helper/simplereferencecomponent.hxx b/sd/inc/helper/simplereferencecomponent.hxx index 53ad24a9ef6a..153d8573da42 100644 --- a/sd/inc/helper/simplereferencecomponent.hxx +++ b/sd/inc/helper/simplereferencecomponent.hxx @@ -24,8 +24,8 @@ #include -namespace sd { - +namespace sd +{ /** A simple base implementation for reference-counted components. acts like sal::SimpleReferenceObject but calls the virtual disposing() methods before the ref count switches from 1 to zero. @@ -56,12 +56,11 @@ protected: private: oslInterlockedCount m_nCount; - SimpleReferenceComponent(SimpleReferenceComponent const &) = delete; - void operator =(SimpleReferenceComponent const &) = delete; + SimpleReferenceComponent(SimpleReferenceComponent const&) = delete; + void operator=(SimpleReferenceComponent const&) = delete; bool mbDisposed; }; - } #endif // _SALHELPER_SimpleReferenceComponent_HXX_ -- cgit