diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-05 09:45:08 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-05 09:59:12 +0100 |
commit | 4f55dedce3a618df65aacb536ec9902299e2e6d7 (patch) | |
tree | 14410333d155971f0d402477c64da23369ff2aeb /sw/inc | |
parent | 64d80d22851a38eb3f320f4e2b2bdf875da4d8b4 (diff) |
sw: indentation fixes
Change-Id: If996c17dbfee2302a1d0f58428b088a953abcc9f
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/pagedesc.hxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/pagedesc.hxx b/sw/inc/pagedesc.hxx index fec4ad5c40c5..da74648d67fa 100644 --- a/sw/inc/pagedesc.hxx +++ b/sw/inc/pagedesc.hxx @@ -282,15 +282,15 @@ public: }; namespace std { - template<> - struct less<SwPageDesc*> { - bool operator()(const SwPageDesc *pPageDesc, const OUString &rName) const - { return pPageDesc->GetName() < rName; } - bool operator()(const OUString &rName, const SwPageDesc *pPageDesc) const - { return rName < pPageDesc->GetName(); } - bool operator()(const SwPageDesc *lhs, const SwPageDesc *rhs) const - { return lhs->GetName() < rhs->GetName(); } - }; + template<> + struct less<SwPageDesc*> { + bool operator()(const SwPageDesc *pPageDesc, const OUString &rName) const + { return pPageDesc->GetName() < rName; } + bool operator()(const OUString &rName, const SwPageDesc *pPageDesc) const + { return rName < pPageDesc->GetName(); } + bool operator()(const SwPageDesc *lhs, const SwPageDesc *rhs) const + { return lhs->GetName() < rhs->GetName(); } + }; } inline void SwPageDesc::SetFollow( const SwPageDesc* pNew ) |