diff options
Diffstat (limited to 'sw/inc/txatbase.hxx')
-rw-r--r-- | sw/inc/txatbase.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/txatbase.hxx b/sw/inc/txatbase.hxx index fe4fad242796..c849a7b70e8d 100644 --- a/sw/inc/txatbase.hxx +++ b/sw/inc/txatbase.hxx @@ -132,8 +132,6 @@ public: virtual sal_Int32* GetEnd() SAL_OVERRIDE; }; -// --------------- Inline Implementations ------------------------ - inline const sal_Int32* SwTxtAttr::End() const { return const_cast<SwTxtAttr * >(this)->GetEnd(); |