drawinglayer/qa/unit/border.cxx | 2 +- sw/inc/fmtcol.hxx | 2 +- sw/inc/paratr.hxx | 2 +- sw/inc/swtable.hxx | 2 +- sw/inc/swtblfmt.hxx | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-)
New commits: commit d5e07bd49ac6bcc8dc8573228e952da693241997 Author: Miklos Vajna <[email protected]> Date: Tue Apr 19 13:55:33 2016 +0200 drawinglayer, sw: indentation fixes Change-Id: Ia84182629f33220a0d85bde00c16f9c26f45e3c5 diff --git a/drawinglayer/qa/unit/border.cxx b/drawinglayer/qa/unit/border.cxx index 9f0c621..7e8791d 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 7e3e915..f69dee7 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 65dcaca..3b62b52 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 327e168..1430862 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 394716a..e732d4f 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
