summaryrefslogtreecommitdiffstats
path: root/include/svx/xftshcit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xftshcit.hxx')
-rw-r--r--include/svx/xftshcit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xftshcit.hxx b/include/svx/xftshcit.hxx
index 2bbf49b25a82..825345a79a23 100644
--- a/include/svx/xftshcit.hxx
+++ b/include/svx/xftshcit.hxx
@@ -37,8 +37,8 @@ public:
XFormTextShadowColorItem(const OUString& rName, const Color& rTheColor);
XFormTextShadowColorItem(SvStream& rIn);
- virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
- virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const override;
+ virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const override;
};
#endif