summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/chldwrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/chldwrap.hxx')
-rw-r--r--sw/source/uibase/inc/chldwrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/chldwrap.hxx b/sw/source/uibase/inc/chldwrap.hxx
index 7f0b46e4f13e..0ff0823950b8 100644
--- a/sw/source/uibase/inc/chldwrap.hxx
+++ b/sw/source/uibase/inc/chldwrap.hxx
@@ -38,8 +38,8 @@ protected:
public:
virtual bool ReInitDlg(SwDocShell *pDocSh);
- inline SwDocShell* GetOldDocShell() { return m_pDocSh; }
- inline void SetOldDocShell(SwDocShell *pDcSh) { m_pDocSh = pDcSh; }
+ SwDocShell* GetOldDocShell() { return m_pDocSh; }
+ void SetOldDocShell(SwDocShell *pDcSh) { m_pDocSh = pDcSh; }
};
#endif