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, 1 insertions, 1 deletions
diff --git a/include/editeng/postitem.hxx b/include/editeng/postitem.hxx
index 674f5ba8b747..a558fbd5c7a1 100644
--- a/include/editeng/postitem.hxx
+++ b/include/editeng/postitem.hxx
@@ -59,7 +59,7 @@ public:
virtual bool GetBoolValue() const override;
virtual void SetBoolValue( bool bVal ) override;
- inline SvxPostureItem& operator=(const SvxPostureItem& rPost) {
+ SvxPostureItem& operator=(const SvxPostureItem& rPost) {
SetValue( rPost.GetValue() );
return *this;
}