summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drawinglayer/qa/unit/border.cxx2
-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
5 files changed, 6 insertions, 6 deletions
diff --git a/drawinglayer/qa/unit/border.cxx b/drawinglayer/qa/unit/border.cxx
index 9f0c62187801..7e8791d19faa 100644
--- a/drawinglayer/qa/unit/border.cxx
+++ b/drawinglayer/qa/unit/border.cxx
@@ -119,7 +119,7 @@ void DrawinglayerBorderTest::testDoublePixelProcessing()
aMetaFile.WindStart();
bool bFirst = true;
sal_Int32 nHeight = 0;
- for(std::size_t nAction = 0; nAction < aMetaFile.GetActionSize(); ++nAction)
+ for (std::size_t nAction = 0; nAction < aMetaFile.GetActionSize(); ++nAction)
{
MetaAction* pAction = aMetaFile.GetAction(nAction);
if (pAction->GetType() == MetaActionType::POLYPOLYGON)
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: