summaryrefslogtreecommitdiff
path: root/include/editeng/charhiddenitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/charhiddenitem.hxx')
-rw-r--r--include/editeng/charhiddenitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/charhiddenitem.hxx b/include/editeng/charhiddenitem.hxx
index b2271784bd8d..6f49c5e58677 100644
--- a/include/editeng/charhiddenitem.hxx
+++ b/include/editeng/charhiddenitem.hxx
@@ -36,11 +36,11 @@ public:
SvxCharHiddenItem( const bool bHidden /*= false*/, const sal_uInt16 nId );
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
- OUString &rText, const IntlWrapper * = 0 ) const;
+ OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
inline SvxCharHiddenItem& operator=(const SvxCharHiddenItem& rHidden) {
SetValue(rHidden.GetValue());