diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-17 09:11:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-17 09:13:03 +0100 |
commit | d74e3b5bc43635c8c86988884b97929c3b086732 (patch) | |
tree | 9647cf7265181c2231be5cca62c4e313681fcfbc /sw/inc/usrfld.hxx | |
parent | 2757ee9fe610e253e4ccc37423fa420004d0f388 (diff) |
sw, sd: fix indentation
The indentation in these files is consistent otherwise, let's keep it
that way.
Change-Id: I1d73caa03425cd4d1c98ff07935512b002fb2c72
Diffstat (limited to 'sw/inc/usrfld.hxx')
-rw-r--r-- | sw/inc/usrfld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/usrfld.hxx b/sw/inc/usrfld.hxx index 45de281191c3..e2490f9990cd 100644 --- a/sw/inc/usrfld.hxx +++ b/sw/inc/usrfld.hxx @@ -62,7 +62,7 @@ public: virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nMId ) override; protected: - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override; }; inline bool SwUserFieldType::IsValid() const |