diff options
Diffstat (limited to 'sd/source/ui/unoidl/DrawController.cxx')
-rw-r--r-- | sd/source/ui/unoidl/DrawController.cxx | 2 |
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", |