diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-24 09:22:27 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-24 09:22:53 +0100 |
commit | 76ab37fe9005c5bea719da4808bbea10206a9d17 (patch) | |
tree | 404b8f73ca105a42e400e527eb1fd91d6626dbcb /sw | |
parent | ef3aea797bc33edc6d8a975ed74bb3a38031d62b (diff) |
Indentation fixes
Change-Id: Icafd56488f58a5cc580912d720f91dacd110a7c2
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/docufld.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index d684e9facc71..18f6b70fdb97 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -562,8 +562,8 @@ public: virtual SwFieldType* Copy() const override; protected: - /// Overlay, because there is nothing to update! - virtual void Modify( const SfxPoolItem*, const SfxPoolItem * ) override; + /// Overlay, because there is nothing to update! + virtual void Modify( const SfxPoolItem*, const SfxPoolItem * ) override; }; // Relative page numbering. @@ -599,7 +599,7 @@ class SwRefPageGetFieldType : public SwFieldType void UpdateField( SwTextField* pTextField, _SetGetExpFields& rSetList ); protected: /// overwritten to update all RefPageGet fields - virtual void Modify( const SfxPoolItem*, const SfxPoolItem * ) override; + virtual void Modify( const SfxPoolItem*, const SfxPoolItem * ) override; public: SwRefPageGetFieldType( SwDoc* pDoc ); virtual SwFieldType* Copy() const override; |