diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-28 17:18:49 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-03-28 22:14:38 +0100 |
commit | 0b0acbdd52e8d0cc4d97642c1dd90e852ee4ee4a (patch) | |
tree | 1911a3cd6731447ea238098a2ea2af4b12fab32b /sw | |
parent | 9b6086bb33a39cd6b29a7035a139ca4208b0ec46 (diff) |
formatting
Change-Id: Icb8e4575d0768f43faa5db0ea66e9bfa17713e78
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/unocore/unotbl.cxx | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx index b3fa1a524c4f..985fd1dac2b1 100644 --- a/sw/source/core/unocore/unotbl.cxx +++ b/sw/source/core/unocore/unotbl.cxx @@ -1834,29 +1834,23 @@ public: SwTableProperties_Impl(); ~SwTableProperties_Impl(); - void SetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any& aVal); - bool GetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any*& rpAny); + void SetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any& aVal); + bool GetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any*& rpAny); - void ApplyTblAttr(const SwTable& rTbl, SwDoc& rDoc); + void ApplyTblAttr(const SwTable& rTbl, SwDoc& rDoc); }; SwTableProperties_Impl::SwTableProperties_Impl() -{ -} + { } SwTableProperties_Impl::~SwTableProperties_Impl() -{ -} + { } void SwTableProperties_Impl::SetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any& rVal) -{ - aAnyMap.SetValue( nWhichId, nMemberId, rVal ); -} + { aAnyMap.SetValue( nWhichId, nMemberId, rVal ); } bool SwTableProperties_Impl::GetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any*& rpAny ) -{ - return aAnyMap.FillValue( nWhichId, nMemberId, rpAny ); -} + { return aAnyMap.FillValue( nWhichId, nMemberId, rpAny ); } void SwTableProperties_Impl::ApplyTblAttr(const SwTable& rTbl, SwDoc& rDoc) { |