summaryrefslogtreecommitdiff
path: root/sd/inc/drawdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r--sd/inc/drawdoc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index da589b87f33f..6310fe3c4a42 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -267,10 +267,10 @@ public:
::sd::DrawDocShell* pBookmarkDocSh, bool bCopy,
Point* pObjPos);
- bool IsStartWithPresentation() const;
+ bool IsStartWithPresentation() const { return mbStartWithPresentation;}
void SetStartWithPresentation( bool bStartWithPresentation );
- bool IsExitAfterPresenting() const;
+ bool IsExitAfterPresenting() const { return mbExitAfterPresenting;}
void SetExitAfterPresenting( bool bExitAfterPresenting );
/// load xml-based impress layout definitions into document
@@ -401,7 +401,7 @@ public:
scope="com::sun::star::document::PrinterIndependentLayout">DISABLED</const>
when formatting depends on the current printer metrics.
*/
- sal_Int32 GetPrinterIndependentLayout (void);
+ sal_Int32 GetPrinterIndependentLayout (void) { return mnPrinterIndependentLayout;}
void SetOnlineSpell( bool bIn );
bool GetOnlineSpell() const { return mbOnlineSpell; }