summaryrefslogtreecommitdiff
path: root/sw/inc/fmteiro.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmteiro.hxx')
-rw-r--r--sw/inc/fmteiro.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmteiro.hxx b/sw/inc/fmteiro.hxx
index 8ea4e9964d7c..ab53d6d2bf93 100644
--- a/sw/inc/fmteiro.hxx
+++ b/sw/inc/fmteiro.hxx
@@ -43,7 +43,7 @@ public:
};
inline const SwFormatEditInReadonly &SwAttrSet::GetEditInReadonly(bool bInP) const
- { return static_cast<const SwFormatEditInReadonly&>(Get( RES_EDIT_IN_READONLY,bInP)); }
+ { return Get( RES_EDIT_IN_READONLY,bInP); }
inline const SwFormatEditInReadonly &SwFormat::GetEditInReadonly(bool bInP) const
{ return m_aSet.GetEditInReadonly(bInP); }