Tag: cws_src680_oj14 User: oj Date: 2007/04/26 03:46:00 Modified: dba/dbaccess/source/ui/app/AppController.cxx
Log: service name moved into new package File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.22.4.12&r2=1.22.4.13 Delta lines: +3 -3 ------------------- --- AppController.cxx 23 Apr 2007 11:01:24 -0000 1.22.4.12 +++ AppController.cxx 26 Apr 2007 10:45:58 -0000 1.22.4.13 @@ -4,9 +4,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.22.4.12 $ + * $Revision: 1.22.4.13 $ * - * last change: $Author: lla $ $Date: 2007/04/23 11:01:24 $ + * last change: $Author: oj $ $Date: 2007/04/26 10:45:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -673,7 +673,7 @@ aReturn.bEnabled = xEnumAccess.is(); if ( aReturn.bEnabled ) { - static ::rtl::OUString s_sReportDesign(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.report.SOReportJobFactory")); + static ::rtl::OUString s_sReportDesign(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.report.pentaho.SOReportJobFactory")); Reference< XEnumeration > xEnumDrivers = xEnumAccess->createContentEnumeration(s_sReportDesign); aReturn.bEnabled = xEnumDrivers.is() && xEnumDrivers->hasMoreElements(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
