summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-10-27 12:27:41 +0000
committerRüdiger Timm <rt@openoffice.org>2003-10-27 12:27:41 +0000
commitaa281bfc8740981a3d18b639bed9fb21feba9d82 (patch)
treeb423ac9169e3d802ac19d997552d2d0e680d44b4 /svx
parent67ac74234c0e7ee085dd464b1f54d2f2a5b72bb7 (diff)
INTEGRATION: CWS aw005 (1.34.122); FILE MERGED
2003/10/10 12:45:07 aw 1.34.122.1: #109585#
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdpagv.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdpagv.cxx b/svx/source/svdraw/svdpagv.cxx
index 69096fb24260..8d869d5e2c1c 100644
--- a/svx/source/svdraw/svdpagv.cxx
+++ b/svx/source/svdraw/svdpagv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdpagv.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: vg $ $Date: 2003-07-21 10:57:08 $
+ * last change: $Author: rt $ $Date: 2003-10-27 13:27:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2431,6 +2431,12 @@ void SdrPageView::SetApplicationBackgroundColor(Color aBackgroundColor)
maBackgroundColor = aBackgroundColor;
}
+// #109585#
+Color SdrPageView::GetApplicationBackgroundColor() const
+{
+ return maBackgroundColor;
+}
+
// #103911# Set document color for svx at SdrPageViews
void SdrPageView::SetApplicationDocumentColor(Color aDocumentColor)
{