summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorJürgen Schmidt <jsc@apache.org>2013-12-20 13:36:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-20 16:16:30 +0000
commitbc4f7d26b5a58b935d62de42a9612b2e2b6a8c52 (patch)
tree6756468b4d973888eb74a1a307bd47a895e8b0d4 /sd/source/ui/unoidl
parentf9df93c76b28b92c8df83fcfead173282e1e9521 (diff)
Resolves: #i123783# apply patch to correct type of ActiveLayer property
Patch By: hanya Review By: jsc (cherry picked from commit 1831b6c95e6137432f64729a270e53fc39e46217) Change-Id: Iad149ff5350ac63270ea0ae84343f7ef5fdde1a2
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/DrawController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx
index 2efc800eafcb..4068a5182293 100644
--- a/sd/source/ui/unoidl/DrawController.cxx
+++ b/sd/source/ui/unoidl/DrawController.cxx
@@ -727,7 +727,7 @@ void DrawController::FillPropertyTable (
rProperties.push_back(
beans::Property("ActiveLayer",
PROPERTY_ACTIVE_LAYER,
- ::getCppuBooleanType(),
+ ::getCppuType((const Reference< drawing::XLayer > *)0),
beans::PropertyAttribute::BOUND ));
rProperties.push_back(
beans::Property("ZoomValue",