summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/pview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/pview.hxx')
-rw-r--r--sw/source/uibase/inc/pview.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/pview.hxx b/sw/source/uibase/inc/pview.hxx
index 80edefd8dec0..0c3445ff4631 100644
--- a/sw/source/uibase/inc/pview.hxx
+++ b/sw/source/uibase/inc/pview.hxx
@@ -232,9 +232,9 @@ private:
static void InitInterface_Impl();
public:
- inline SwViewShell* GetViewShell() const
+ SwViewShell* GetViewShell() const
{ return m_pViewWin->GetViewShell(); }
- inline void RepaintCoreRect( const SwRect& rRect )
+ void RepaintCoreRect( const SwRect& rRect )
{ m_pViewWin->RepaintCoreRect( rRect ); }
void DocSzChgd(const Size& rNewSize);
@@ -271,12 +271,12 @@ public:
// Inline method to request values of new members
// <mbResetFormDesignMode> and <mbFormDesignModeToReset>
- inline bool ResetFormDesignMode() const
+ bool ResetFormDesignMode() const
{
return mbResetFormDesignMode;
}
- inline bool FormDesignModeToReset() const
+ bool FormDesignModeToReset() const
{
return mbFormDesignModeToReset;
}