summaryrefslogtreecommitdiffstats
path: root/include/svl/cintitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/cintitem.hxx')
-rw-r--r--include/svl/cintitem.hxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/svl/cintitem.hxx b/include/svl/cintitem.hxx
index 29c9795818e2..710e5e43e897 100644
--- a/include/svl/cintitem.hxx
+++ b/include/svl/cintitem.hxx
@@ -63,12 +63,6 @@ public:
virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE;
- sal_uInt8 GetMin() const;
-
- sal_uInt8 GetMax() const;
-
- SfxFieldUnit GetUnit() const;
-
sal_uInt8 GetValue() const { return m_nValue; }
inline void SetValue(sal_uInt8 nTheValue);
@@ -122,12 +116,6 @@ public:
virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE;
- sal_uInt16 GetMin() const;
-
- sal_uInt16 GetMax() const;
-
- SfxFieldUnit GetUnit() const;
-
sal_uInt16 GetValue() const { return m_nValue; }
inline void SetValue(sal_uInt16 nTheValue);
@@ -181,12 +169,6 @@ public:
virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE;
- sal_Int32 GetMin() const;
-
- sal_Int32 GetMax() const;
-
- SfxFieldUnit GetUnit() const;
-
sal_Int32 GetValue() const { return m_nValue; }
inline void SetValue(sal_Int32 nTheValue);
@@ -240,12 +222,6 @@ public:
virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE;
- sal_uInt32 GetMin() const;
-
- sal_uInt32 GetMax() const;
-
- SfxFieldUnit GetUnit() const;
-
sal_uInt32 GetValue() const { return m_nValue; }
inline void SetValue(sal_uInt32 nTheValue);