From b1ee1925ff1bbe502d9a708a98e025bb50a17c90 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 6 Apr 2016 13:53:11 +0200 Subject: Indentation fixes Change-Id: Ieba9dfed344e04067278300365172162d6d44aae --- sw/inc/expfld.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sw') diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx index 5263bac5e25f..c51f1bddf163 100644 --- a/sw/inc/expfld.hxx +++ b/sw/inc/expfld.hxx @@ -73,13 +73,13 @@ public: class SwGetExpFieldType : public SwValueFieldType { public: - SwGetExpFieldType(SwDoc* pDoc); - virtual SwFieldType* Copy() const override; + SwGetExpFieldType(SwDoc* pDoc); + virtual SwFieldType* Copy() const override; - /** Overlay, because get-field cannot be changed and therefore - does not need to be updated. Update at changing of set-values! */ + /** Overlay, because get-field cannot be changed and therefore + does not need to be updated. Update at changing of set-values! */ protected: - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override; }; class SW_DLLPUBLIC SwGetExpField : public SwFormulaField @@ -155,7 +155,7 @@ class SW_DLLPUBLIC SwSetExpFieldType : public SwValueFieldType bool bDeleted; protected: - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override; public: SwSetExpFieldType( SwDoc* pDoc, const OUString& rName, -- cgit v1.2.3