You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by js...@apache.org on 2013/12/20 14:36:19 UTC

svn commit: r1552660 - /openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx

Author: jsc
Date: Fri Dec 20 13:36:19 2013
New Revision: 1552660

URL: http://svn.apache.org/r1552660
Log:
#123783# apply patch to correct type of ActiveLayer property

Patch By: hanya
Review By: jsc

Modified:
    openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx

Modified: openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx?rev=1552660&r1=1552659&r2=1552660&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx Fri Dec 20 13:36:19 2013
@@ -762,7 +762,7 @@ void DrawController::FillPropertyTable (
     rProperties.push_back(
         beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ActiveLayer") ),
             PROPERTY_ACTIVE_LAYER,
-            ::getCppuBooleanType(),
+            ::getCppuType((const Reference< drawing::XLayer > *)0),
             beans::PropertyAttribute::BOUND ));
     rProperties.push_back(
         beans::Property( OUString( RTL_CONSTASCII_USTRINGPARAM("ZoomValue") ),