sd/source/ui/unoidl/DrawController.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bc4f7d26b5a58b935d62de42a9612b2e2b6a8c52 Author: Jürgen Schmidt <[email protected]> Date: Fri Dec 20 13:36:19 2013 +0000 Resolves: #i123783# apply patch to correct type of ActiveLayer property Patch By: hanya Review By: jsc (cherry picked from commit 1831b6c95e6137432f64729a270e53fc39e46217) Change-Id: Iad149ff5350ac63270ea0ae84343f7ef5fdde1a2 diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx index 2efc800..4068a51 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",
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
