summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/xipage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xipage.hxx')
-rw-r--r--sc/source/filter/inc/xipage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xipage.hxx b/sc/source/filter/inc/xipage.hxx
index eef405a96d51..f7b1756c4231 100644
--- a/sc/source/filter/inc/xipage.hxx
+++ b/sc/source/filter/inc/xipage.hxx
@@ -33,7 +33,7 @@ public:
explicit XclImpPageSettings( const XclImpRoot& rRoot );
/** Returns read-only access to the page data. */
- inline const XclPageData& GetPageData() const { return maData; }
+ const XclPageData& GetPageData() const { return maData; }
/** Initializes the object to be used for a new sheet. */
void Initialize();
@@ -58,7 +58,7 @@ public:
/** Overrides paper size and orientation (used in sheet-charts). */
void SetPaperSize( sal_uInt16 nXclPaperSize, bool bPortrait );
/** Sets or clears the fit-to-pages setting (contained in WSBOOL record). */
- inline void SetFitToPages( bool bFitToPages ) { maData.mbFitToPages = bFitToPages; }
+ void SetFitToPages( bool bFitToPages ) { maData.mbFitToPages = bFitToPages; }
/** Creates a page stylesheet from current settings and sets it at current sheet. */
void Finalize();