diff options
Diffstat (limited to 'include/editeng/cmapitem.hxx')
-rw-r--r-- | include/editeng/cmapitem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/cmapitem.hxx b/include/editeng/cmapitem.hxx index 00ba3ad0bc2c..2af3c281ccf1 100644 --- a/include/editeng/cmapitem.hxx +++ b/include/editeng/cmapitem.hxx @@ -65,8 +65,6 @@ public: // enum cast SvxCaseMap GetCaseMap() const { return (SvxCaseMap)GetValue(); } - void SetCaseMap( SvxCaseMap eNew ) - { SetValue( (sal_uInt16)eNew ); } virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE; virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE; }; |