diff options
Diffstat (limited to 'include/editeng/unofored.hxx')
-rw-r--r-- | include/editeng/unofored.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/unofored.hxx b/include/editeng/unofored.hxx index a07a784f047b..1910bcde3406 100644 --- a/include/editeng/unofored.hxx +++ b/include/editeng/unofored.hxx @@ -44,8 +44,8 @@ public: virtual void RemoveAttribs( const ESelection& rSelection, bool bRemoveParaAttribs, sal_uInt16 nWhich ) SAL_OVERRIDE; virtual void GetPortions( sal_Int32 nPara, std::vector<sal_Int32>& rList ) const SAL_OVERRIDE; - virtual sal_uInt16 GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const SAL_OVERRIDE; - virtual sal_uInt16 GetItemState( sal_Int32 nPara, sal_uInt16 nWhich ) const SAL_OVERRIDE; + virtual SfxItemState GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const SAL_OVERRIDE; + virtual SfxItemState GetItemState( sal_Int32 nPara, sal_uInt16 nWhich ) const SAL_OVERRIDE; virtual void QuickInsertText( const OUString& rText, const ESelection& rSel ) SAL_OVERRIDE; virtual void QuickInsertField( const SvxFieldItem& rFld, const ESelection& rSel ) SAL_OVERRIDE; |