Kaydet (Commit) 1831b6c9 authored tarafından Jürgen Schmidt's avatar Jürgen Schmidt

#123783# apply patch to correct type of ActiveLayer property

Patch By: hanya
Review By: jsc
üst aa098b9e
...@@ -762,7 +762,7 @@ void DrawController::FillPropertyTable ( ...@@ -762,7 +762,7 @@ void DrawController::FillPropertyTable (
rProperties.push_back( rProperties.push_back(
beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ActiveLayer") ), beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ActiveLayer") ),
PROPERTY_ACTIVE_LAYER, PROPERTY_ACTIVE_LAYER,
::getCppuBooleanType(), ::getCppuType((const Reference< drawing::XLayer > *)0),
beans::PropertyAttribute::BOUND )); beans::PropertyAttribute::BOUND ));
rProperties.push_back( rProperties.push_back(
beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ZoomValue") ), beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("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