summaryrefslogtreecommitdiff
path: root/include/svx/svdpntv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdpntv.hxx')
-rw-r--r--include/svx/svdpntv.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index 0c5dbcd91a33..645c35383a41 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -103,7 +103,7 @@ public:
enum HintType { SVX_HINT_VIEWCHANGED };
TYPEINFO_OVERRIDE();
explicit SvxViewHint (HintType eType);
- HintType GetHintType (void) const;
+ HintType GetHintType (void) const { return meHintType;}
private:
HintType meHintType;
@@ -223,7 +223,7 @@ public:
void SetBufferedOverlayAllowed(bool bNew);
// allow page painting at all?
- bool IsPagePaintingAllowed() const;
+ bool IsPagePaintingAllowed() const { return mbPagePaintingAllowed;}
void SetPagePaintingAllowed(bool bNew);
protected: