summaryrefslogtreecommitdiffstats
path: root/sw/inc/pagepreviewlayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/pagepreviewlayout.hxx')
-rw-r--r--sw/inc/pagepreviewlayout.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/pagepreviewlayout.hxx b/sw/inc/pagepreviewlayout.hxx
index 46ca66d1759f..8185e8fb96b2 100644
--- a/sw/inc/pagepreviewlayout.hxx
+++ b/sw/inc/pagepreviewlayout.hxx
@@ -242,7 +242,7 @@ public:
@author
*/
- inline ~SwPagePreviewLayout()
+ ~SwPagePreviewLayout()
{
ClearPreviewPageData();
}
@@ -333,7 +333,7 @@ public:
@author OD
*/
- inline sal_uInt16 SelectedPage()
+ sal_uInt16 SelectedPage()
{
return mnSelectedPageNum;
}
@@ -342,7 +342,7 @@ public:
@author OD
*/
- inline void SetSelectedPage( sal_uInt16 _nSelectedPageNum )
+ void SetSelectedPage( sal_uInt16 _nSelectedPageNum )
{
mnSelectedPageNum = _nSelectedPageNum;
}
@@ -465,17 +465,17 @@ public:
bool& _obPosInEmptyPage,
sal_uInt16& _onPageNum ) const;
- inline bool DoesPreviewLayoutRowsFitIntoWindow() const
+ bool DoesPreviewLayoutRowsFitIntoWindow() const
{
return mbDoesLayoutRowsFitIntoWindow;
}
- inline bool DoesPreviewLayoutColsFitIntoWindow() const
+ bool DoesPreviewLayoutColsFitIntoWindow() const
{
return mbDoesLayoutColsFitIntoWindow;
}
- inline bool PreviewLayoutValid() const
+ bool PreviewLayoutValid() const
{
return mbLayoutInfoValid && mbLayoutSizesValid && mbPaintInfoValid;
}