summaryrefslogtreecommitdiff
path: root/include/svl/intitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/intitem.hxx')
-rw-r--r--include/svl/intitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/intitem.hxx b/include/svl/intitem.hxx
index 152f5b5ae8bf..70879b31d1fd 100644
--- a/include/svl/intitem.hxx
+++ b/include/svl/intitem.hxx
@@ -80,11 +80,11 @@ public:
virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE;
- virtual sal_Int16 GetMin() const;
+ sal_Int16 GetMin() const;
- virtual sal_Int16 GetMax() const;
+ sal_Int16 GetMax() const;
- virtual SfxFieldUnit GetUnit() const;
+ SfxFieldUnit GetUnit() const;
sal_Int16 GetValue() const { return m_nValue; }