Kaydet (Commit) bc4f7d26 authored tarafından Jürgen Schmidt's avatar Jürgen Schmidt Kaydeden (comit) Caolán McNamara

Resolves: #i123783# apply patch to correct type of ActiveLayer property

Patch By: hanya
Review By: jsc

(cherry picked from commit 1831b6c9)

Change-Id: Iad149ff5350ac63270ea0ae84343f7ef5fdde1a2
üst f9df93c7
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment