From 76ab37fe9005c5bea719da4808bbea10206a9d17 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 24 Feb 2016 09:22:27 +0100 Subject: Indentation fixes Change-Id: Icafd56488f58a5cc580912d720f91dacd110a7c2 --- sw/inc/docufld.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw') diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index d684e9facc718..18f6b70fdb97b 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; -- cgit