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