summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-04-19 13:55:33 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-12 22:06:13 -0400
commit8c35a5e785169cb5f7a092f4223dc86faff9a9fb (patch)
tree11e3265d43ebb708d5e7c951294851c346f60d9b /sw
parentb342b524f0cdbbd804ebe324b672f9a2fc157877 (diff)
drawinglayer, sw: indentation fixes
Change-Id: Ia84182629f33220a0d85bde00c16f9c26f45e3c5 (cherry picked from commit d5e07bd49ac6bcc8dc8573228e952da693241997)
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/fmtcol.hxx2
-rw-r--r--sw/inc/paratr.hxx2
-rw-r--r--sw/inc/swtable.hxx2
-rw-r--r--sw/inc/swtblfmt.hxx4
4 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx
index 0ac5922a24a3..2e20984638a1 100644
--- a/sw/inc/fmtcol.hxx
+++ b/sw/inc/fmtcol.hxx
@@ -87,7 +87,7 @@ protected:
}
/// To get UL- / LR- / FontHeight-changes.
- virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
+ virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
public:
diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx
index 65dcacac9abd..3b62b520f23c 100644
--- a/sw/inc/paratr.hxx
+++ b/sw/inc/paratr.hxx
@@ -71,7 +71,7 @@ private:
SwFormatDrop & operator= (const SwFormatDrop &) = delete;
protected:
- virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
+ virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override;
public:
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index fd3928622e09..baa595a94d98 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -125,7 +125,7 @@ protected:
bool IsModifyLocked(){ return m_bModifyLocked;}
- virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
+ virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
public:
enum SearchType
diff --git a/sw/inc/swtblfmt.hxx b/sw/inc/swtblfmt.hxx
index 394716a89a20..e732d4f67bd6 100644
--- a/sw/inc/swtblfmt.hxx
+++ b/sw/inc/swtblfmt.hxx
@@ -79,8 +79,8 @@ protected:
: SwFrameFormat( rPool, rFormatNm, pDrvdFrame, RES_FRMFMT, aTableBoxSetRange )
{}
- // For recognition of changes (especially TableBoxAttribute).
- virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue ) override;
+ // For recognition of changes (especially TableBoxAttribute).
+ virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue ) override;
public: