summaryrefslogtreecommitdiff
path: root/sfx2/source/control/templatecontaineritem.cxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:15:32 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-22 01:55:36 +0100
commitb35232bdf56fbda34476cf537d53bbea31235a95 (patch)
tree05c7430cd896694dbf4fa795c2afb2049da59586 /sfx2/source/control/templatecontaineritem.cxx
parent58d98a08aee7bf027c109eeb94183d24351827fa (diff)
tdf#123936 Formatting files in module sfx2 with clang-format
Change-Id: I0ddd7b531cbf9aed6a3834e3cd15c7fe3644736e (cherry picked from commit 92daf140419e4539f6843e30428e786c3e655dcc) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105706 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'sfx2/source/control/templatecontaineritem.cxx')
-rw-r--r--sfx2/source/control/templatecontaineritem.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sfx2/source/control/templatecontaineritem.cxx b/sfx2/source/control/templatecontaineritem.cxx
index e30b6b7b1f6b..f8b07c6f63bd 100644
--- a/sfx2/source/control/templatecontaineritem.cxx
+++ b/sfx2/source/control/templatecontaineritem.cxx
@@ -9,16 +9,12 @@
#include <templatecontaineritem.hxx>
-TemplateContainerItem::TemplateContainerItem (sal_uInt16 nId)
+TemplateContainerItem::TemplateContainerItem(sal_uInt16 nId)
: mnId(nId)
, mnRegionId(0)
{
}
-TemplateContainerItem::~TemplateContainerItem ()
-{
-}
+TemplateContainerItem::~TemplateContainerItem() {}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
-
-