Tag: cws_src680_rptchart01 User: oj Date: 2008-01-31 09:32:43+0000 Modified: dba/reportdesign/source/core/api/ReportDefinition.cxx
Log: remove unused code File Changes: Directory: /dba/reportdesign/source/core/api/ ============================================= File [changed]: ReportDefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/api/ReportDefinition.cxx?r1=1.5.20.3&r2=1.5.20.4 Delta lines: +2 -13 -------------------- --- ReportDefinition.cxx 2008-01-29 09:26:23+0000 1.5.20.3 +++ ReportDefinition.cxx 2008-01-31 09:32:40+0000 1.5.20.4 @@ -4,9 +4,9 @@ * * $RCSfile: ReportDefinition.cxx,v $ * - * $Revision: 1.5.20.3 $ + * $Revision: 1.5.20.4 $ * - * last change: $Author: oj $ $Date: 2008/01/29 09:26:23 $ + * last change: $Author: oj $ $Date: 2008/01/31 09:32:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -352,17 +352,6 @@ } } // ----------------------------------------------------------------------------- -uno::Reference< uno::XInterface> lcl_createDefault() -{ - comphelper::PropertyMapEntry aExportInfoMap[] = - { - { MAP_LEN( "UsePrettyPrinting" ), 0, &::getCppuType((sal_Bool*)0), beans::PropertyAttribute::MAYBEVOID, 0}, - { NULL, 0, 0, NULL, 0, 0 } - }; - uno::Reference< beans::XPropertySet > xInfoSet( comphelper::GenericPropertySet_CreateInstance( new comphelper::PropertySetInfo( aExportInfoMap ) ) ); - return xInfoSet.get(); -} -// ----------------------------------------------------------------------------- typedef ::comphelper::OPropertyStateContainer OStyle_PBASE; class OStyle; typedef ::comphelper::OPropertyArrayUsageHelper < OStyle --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
