summaryrefslogtreecommitdiff
path: root/include/editeng/wghtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/wghtitem.hxx')
-rw-r--r--include/editeng/wghtitem.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/wghtitem.hxx b/include/editeng/wghtitem.hxx
index 834052674189..e7df17842e87 100644
--- a/include/editeng/wghtitem.hxx
+++ b/include/editeng/wghtitem.hxx
@@ -67,8 +67,6 @@ public:
// enum cast
FontWeight GetWeight() const
{ return (FontWeight)GetValue(); }
- void SetWeight( FontWeight eNew )
- { SetValue( (sal_uInt16)eNew ); }
void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE;
};