summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/wrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/wrap.hxx')
-rw-r--r--sw/source/uibase/inc/wrap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/wrap.hxx b/sw/source/uibase/inc/wrap.hxx
index 254a9a6dc58d..00e26825b38a 100644
--- a/sw/source/uibase/inc/wrap.hxx
+++ b/sw/source/uibase/inc/wrap.hxx
@@ -103,9 +103,9 @@ public:
virtual void Reset(const SfxItemSet *rSet) override;
static const sal_uInt16* GetRanges() { return m_aWrapPageRg; }
- inline void SetNewFrame(bool bNewFrame) { m_bNew = bNewFrame; }
- inline void SetFormatUsed(bool bFormat, bool bDrawMode) { m_bFormat = bFormat; m_bDrawMode = bDrawMode; }
- inline void SetShell(SwWrtShell* pSh) { m_pWrtSh = pSh; }
+ void SetNewFrame(bool bNewFrame) { m_bNew = bNewFrame; }
+ void SetFormatUsed(bool bFormat, bool bDrawMode) { m_bFormat = bFormat; m_bDrawMode = bDrawMode; }
+ void SetShell(SwWrtShell* pSh) { m_pWrtSh = pSh; }
};
#endif