summaryrefslogtreecommitdiff
path: root/include/svx/svdpagv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdpagv.hxx')
-rw-r--r--include/svx/svdpagv.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdpagv.hxx b/include/svx/svdpagv.hxx
index 0785eded905b..2450e409617e 100644
--- a/include/svx/svdpagv.hxx
+++ b/include/svx/svdpagv.hxx
@@ -255,11 +255,11 @@ public:
void SetApplicationBackgroundColor(Color aBackgroundColor);
// #109585#
- Color GetApplicationBackgroundColor() const;
+ Color GetApplicationBackgroundColor() const { return maBackgroundColor;}
// #103911# Set/Get document color for svx at SdrPageViews
void SetApplicationDocumentColor(Color aDocumentColor);
- Color GetApplicationDocumentColor() const;
+ Color GetApplicationDocumentColor() const { return maDocumentColor;}
};