summaryrefslogtreecommitdiffstats
path: root/svl
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-07-30 14:02:58 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-07-30 16:25:37 +0200
commit5ea91ed27342766f2b6103ddb64f07e35af54e50 (patch)
treec27be0c50963334b99b949e9b827ccebd9294a78 /svl
parentdeque could be a vector instead (diff)
downloadcore-5ea91ed27342766f2b6103ddb64f07e35af54e50.tar.gz
core-5ea91ed27342766f2b6103ddb64f07e35af54e50.zip
svl: turn on clang-format for grabbagitem
I (tried to) keep these files consistent manually in the past, switching to clang-format makes sure that the recent problem with introducing inconsistencies in these files doesn't happen again. Change-Id: I94e7f846c0d3361082d74a2883486c9aa67ed362 Reviewed-on: https://gerrit.libreoffice.org/58322 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/grabbagitem.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svl/source/items/grabbagitem.cxx b/svl/source/items/grabbagitem.cxx
index b7693dcd68bf..c476fe27e0c1 100644
--- a/svl/source/items/grabbagitem.cxx
+++ b/svl/source/items/grabbagitem.cxx
@@ -14,13 +14,12 @@
#include <comphelper/sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
-
using namespace com::sun::star;
SfxGrabBagItem::SfxGrabBagItem() = default;
-SfxGrabBagItem::SfxGrabBagItem(sal_uInt16 nWhich) :
- SfxPoolItem(nWhich)
+SfxGrabBagItem::SfxGrabBagItem(sal_uInt16 nWhich)
+ : SfxPoolItem(nWhich)
{
}