summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-12-08 09:25:32 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-12-08 09:25:44 +0100
commita215174eba5962abcef10a5a1a852fdc9364105b (patch)
tree8594ecb661c9547641991c80880dc18631fc2da4 /sw
parent4788d20ec411d2688af59715944d32fc82ad4d43 (diff)
Indentation fixes
Change-Id: I35de0c30a3f4f82bc923e467d5f0acf0ed90684f
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/format.hxx2
-rw-r--r--sw/inc/ftninfo.hxx2
-rw-r--r--sw/inc/ndindex.hxx2
-rw-r--r--sw/inc/pagedesc.hxx2
-rw-r--r--sw/inc/section.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index 21f8db525627..a30af53a581f 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -69,7 +69,7 @@ protected:
SwFormat( SwAttrPool& rPool, const OUString &rFormatNm, const sal_uInt16* pWhichRanges,
SwFormat *pDrvdFrame, sal_uInt16 nFormatWhich );
SwFormat( const SwFormat& rFormat );
- virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue ) override;
+ virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue ) override;
public:
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx
index 3c5af525c25a..d10ab320d266 100644
--- a/sw/inc/ftninfo.hxx
+++ b/sw/inc/ftninfo.hxx
@@ -38,7 +38,7 @@ class SW_DLLPUBLIC SwEndNoteInfo : public SwClient
OUString sSuffix;
protected:
bool m_bEndNote;
- virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
+ virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
public:
SvxNumberType aFormat;
diff --git a/sw/inc/ndindex.hxx b/sw/inc/ndindex.hxx
index 435a313e9496..66cac16a38e7 100644
--- a/sw/inc/ndindex.hxx
+++ b/sw/inc/ndindex.hxx
@@ -79,7 +79,7 @@ public:
RegisterIndex( m_pNode->GetNodes() );
}
- virtual ~SwNodeIndex() override
+ virtual ~SwNodeIndex() override
{ DeRegisterIndex( m_pNode->GetNodes() ); }
inline sal_uLong operator++();
diff --git a/sw/inc/pagedesc.hxx b/sw/inc/pagedesc.hxx
index 592886df9ccc..fec4ad5c40c5 100644
--- a/sw/inc/pagedesc.hxx
+++ b/sw/inc/pagedesc.hxx
@@ -184,7 +184,7 @@ class SW_DLLPUBLIC SwPageDesc : public SwModify
};
protected:
- virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNewValue ) override;
+ virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNewValue ) override;
public:
const OUString& GetName() const { return m_StyleName; }
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 920ef8c13a43..78a65d6a7dab 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -286,7 +286,7 @@ class SW_DLLPUBLIC SwSectionFormat
protected:
SwSectionFormat( SwFrameFormat* pDrvdFrame, SwDoc *pDoc );
- virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
+ virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override;
public:
virtual ~SwSectionFormat() override;