summaryrefslogtreecommitdiff
path: root/sw/inc/crsrsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r--sw/inc/crsrsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index ef2e9539859c..554a6c37c919 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -816,11 +816,11 @@ public:
// remove all invalid cursors
void ClearUpCursors();
- inline void SetMacroExecAllowed( const bool _bMacroExecAllowed )
+ void SetMacroExecAllowed( const bool _bMacroExecAllowed )
{
m_bMacroExecAllowed = _bMacroExecAllowed;
}
- inline bool IsMacroExecAllowed()
+ bool IsMacroExecAllowed()
{
return m_bMacroExecAllowed;
}