summaryrefslogtreecommitdiffstats
path: root/include/svx/chrtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/chrtitem.hxx')
-rw-r--r--include/svx/chrtitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/chrtitem.hxx b/include/svx/chrtitem.hxx
index 840df880c710..3371a15e2a07 100644
--- a/include/svx/chrtitem.hxx
+++ b/include/svx/chrtitem.hxx
@@ -312,7 +312,7 @@ public:
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;
- virtual OUString GetValueText() const;
+ OUString GetValueText() const;
virtual bool GetPresentation(SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
@@ -323,10 +323,10 @@ public:
virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVersion) const SAL_OVERRIDE;
virtual SvStream& Store(SvStream& rOut, sal_uInt16 nItemVersion ) const SAL_OVERRIDE;
- virtual double GetMin() const;
- virtual double GetMax() const;
+ double GetMin() const;
+ double GetMax() const;
- virtual SfxFieldUnit GetUnit() const;
+ SfxFieldUnit GetUnit() const;
double GetValue() const { return fVal; }
void SetValue(double fNewVal) { fVal = fNewVal; }