summaryrefslogtreecommitdiffstats
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index 047814d3b1ac..b124bba088db 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -135,8 +135,8 @@ public:
virtual ~SwModule() override;
// Set view for internal use only. It is public only for technical reasons.
- inline void SetView(SwView* pVw) { m_pView = pVw; }
- inline SwView* GetView() { return m_pView; }
+ void SetView(SwView* pVw) { m_pView = pVw; }
+ SwView* GetView() { return m_pView; }
// Handler for slots.
void StateOther(SfxItemSet &);