Tag: cws_dev300_dba31a User: fs Date: 2008-07-19 12:21:49+0000 Modified: dba/reportdesign/source/ui/inspection/GeometryHandler.cxx
Log: remove Area property for now, until #i88727# is completely implemented File Changes: Directory: /dba/reportdesign/source/ui/inspection/ ================================================== File [changed]: GeometryHandler.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inspection/GeometryHandler.cxx?r1=1.8.12.1&r2=1.8.12.2 Delta lines: +8 -7 ------------------- --- GeometryHandler.cxx 2008-07-10 06:59:50+0000 1.8.12.1 +++ GeometryHandler.cxx 2008-07-19 12:21:46+0000 1.8.12.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: GeometryHandler.cxx,v $ - * $Revision: 1.8.12.1 $ + * $Revision: 1.8.12.2 $ * * This file is part of OpenOffice.org. * @@ -1252,12 +1252,13 @@ } // for (size_t i = 0; i < sizeof(pIncludeProperties)/sizeof(pIncludeProperties[0]) ;++i ) // special property for shapes - if ( uno::Reference< report::XShape>(m_xReportComponent,uno::UNO_QUERY).is() ) - { - beans::Property aValue; - aValue.Name = PROPERTY_AREA; - aNewProps.push_back(aValue); - } +// if ( uno::Reference< report::XShape>(m_xReportComponent,uno::UNO_QUERY).is() ) +// { +// beans::Property aValue; +// aValue.Name = PROPERTY_AREA; +// aNewProps.push_back(aValue); +// } + // re-enable when the remaining issues of #i88727# are fixed return uno::Sequence< beans::Property > (&(*aNewProps.begin()),aNewProps.size()); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
