summaryrefslogtreecommitdiff
path: root/include/svx/xftshtit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xftshtit.hxx')
-rw-r--r--include/svx/xftshtit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xftshtit.hxx b/include/svx/xftshtit.hxx
index 6f0ef4d08777..48d68460ab48 100644
--- a/include/svx/xftshtit.hxx
+++ b/include/svx/xftshtit.hxx
@@ -34,8 +34,8 @@ public:
TYPEINFO_OVERRIDE();
XFormTextShadowTranspItem(sal_uInt16 nShdwTransparence = 0);
XFormTextShadowTranspItem(SvStream& rIn);
- virtual SfxPoolItem* Clone(SfxItemPool* pPool = NULL) const SAL_OVERRIDE;
- virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Clone(SfxItemPool* pPool = NULL) const override;
+ virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const override;
};
#endif