sw/source/core/doc/docbm.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit c3c959ee5dfeace7ba00e82e1247394ad4d4aeed Author: Bjoern Michaelsen <bjoern.michael...@canonical.com> Date: Tue Jun 10 13:34:12 2014 +0200 some SAL_OVERRIDEs Change-Id: I4fe27420606aa0a9a413e08225e9f3be6ee9aca6 diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index 271096c..676b669 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -2055,23 +2055,23 @@ namespace struct CntntIdxStoreImpl : sw::mark::CntntIdxStore { std::vector<sal_uLong> aSaveArr; - virtual void Clear() + virtual void Clear() SAL_OVERRIDE { aSaveArr.clear(); } - virtual bool Empty() + virtual bool Empty() SAL_OVERRIDE { return aSaveArr.empty(); } - virtual void Save(SwDoc* pDoc, sal_uLong nNode, sal_Int32 nCntnt, sal_uInt8 nSaveFly=0) + virtual void Save(SwDoc* pDoc, sal_uLong nNode, sal_Int32 nCntnt, sal_uInt8 nSaveFly=0) SAL_OVERRIDE { return _SaveCntntIdx(pDoc, nNode, nCntnt, aSaveArr, nSaveFly); } - virtual void Restore(SwDoc* pDoc, sal_uLong nNode, sal_Int32 nOffset=0, bool bAuto = false) + virtual void Restore(SwDoc* pDoc, sal_uLong nNode, sal_Int32 nOffset=0, bool bAuto = false) SAL_OVERRIDE { return _RestoreCntntIdx(pDoc, aSaveArr, nNode, nOffset, bAuto); } - virtual void Restore(SwNode& rNd, sal_Int32 nLen, sal_Int32 nCorrLen) + virtual void Restore(SwNode& rNd, sal_Int32 nLen, sal_Int32 nCorrLen) SAL_OVERRIDE { return _RestoreCntntIdx(aSaveArr, rNd, nLen, nCorrLen); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits