summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-04-19 13:55:33 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-04-19 13:55:47 +0200
commitd5e07bd49ac6bcc8dc8573228e952da693241997 (patch)
treecf507b2894e7d33f82564173333dcd9819504c4b /sw
parent2efd20c7a18fe5e864509c75443883ccf35bc3a4 (diff)
drawinglayer, sw: indentation fixes
Change-Id: Ia84182629f33220a0d85bde00c16f9c26f45e3c5
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 7e3e9152736d..f69dee70c5b7 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 327e168da7f3..143086233ffe 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: