summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accportions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accportions.hxx')
-rw-r--r--sw/source/core/access/accportions.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/access/accportions.hxx b/sw/source/core/access/accportions.hxx
index 5650b25998da..a23f8b1f76b5 100644
--- a/sw/source/core/access/accportions.hxx
+++ b/sw/source/core/access/accportions.hxx
@@ -97,13 +97,13 @@ public:
virtual ~SwAccessiblePortionData();
// SwPortionHandler methods
- virtual void Text(sal_Int32 nLength, sal_uInt16 nType, sal_Int32 nHeight = 0, sal_Int32 nWidth = 0) SAL_OVERRIDE;
- virtual void Special(sal_Int32 nLength, const OUString& rText, sal_uInt16 nType, sal_Int32 nHeight = 0, sal_Int32 nWidth = 0, const SwFont* pFont = 0) SAL_OVERRIDE;
- virtual void LineBreak(sal_Int32 nWidth) SAL_OVERRIDE;
- virtual void Skip(sal_Int32 nLength) SAL_OVERRIDE;
- virtual void Finish() SAL_OVERRIDE;
+ virtual void Text(sal_Int32 nLength, sal_uInt16 nType, sal_Int32 nHeight = 0, sal_Int32 nWidth = 0) override;
+ virtual void Special(sal_Int32 nLength, const OUString& rText, sal_uInt16 nType, sal_Int32 nHeight = 0, sal_Int32 nWidth = 0, const SwFont* pFont = 0) override;
+ virtual void LineBreak(sal_Int32 nWidth) override;
+ virtual void Skip(sal_Int32 nLength) override;
+ virtual void Finish() override;
- virtual void SetAttrFieldType( sal_uInt16 nAttrFieldType ) SAL_OVERRIDE;
+ virtual void SetAttrFieldType( sal_uInt16 nAttrFieldType ) override;
bool FillBoundaryIFDateField( com::sun::star::i18n::Boundary& rBound, const sal_Int32 nPos );
bool IsIndexInFootnode(sal_Int32 nIndex);
bool IsInGrayPortion( sal_Int32 nPos );