User: vg Date: 2008-08-19 10:15:46+0000 Modified: dba/reportdesign/source/ui/misc/rptuiservices.cxx
Log: INTEGRATION: CWS dba31a (1.5.30); FILE MERGED 2008/06/26 14:26:33 oj 1.5.30.1: #i77916# impl zooming in report builder File Changes: Directory: /dba/reportdesign/source/ui/misc/ ============================================ File [changed]: rptuiservices.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/misc/rptuiservices.cxx?r1=1.5&r2=1.6 Delta lines: +3 -0 ------------------- --- rptuiservices.cxx 2008-04-10 19:12:08+0000 1.5 +++ rptuiservices.cxx 2008-08-19 10:15:43+0000 1.6 @@ -33,6 +33,7 @@ #include <cppuhelper/implementationentry.hxx> #include "ReportController.hxx" #include "toolboxcontroller.hxx" +#include "statusbarcontroller.hxx" #include "DefaultInspection.hxx" #include "ReportComponentHandler.hxx" #include "GeometryHandler.hxx" @@ -56,6 +57,8 @@ &cppu::createSingleComponentFactory, 0, 0 }, { &OToolboxController::create, &OToolboxController::getImplementationName_Static, &OToolboxController::getSupportedServiceNames_Static, &cppu::createSingleComponentFactory, 0, 0 }, + { &OStatusbarController::create, &OStatusbarController::getImplementationName_Static, &OStatusbarController::getSupportedServiceNames_Static, + &cppu::createSingleComponentFactory, 0, 0 }, { &DefaultComponentInspectorModel::create, &DefaultComponentInspectorModel::getImplementationName_Static, &DefaultComponentInspectorModel::getSupportedServiceNames_static, &cppu::createSingleComponentFactory, 0, 0 }, { &ReportComponentHandler::create, &ReportComponentHandler::getImplementationName_Static, &ReportComponentHandler::getSupportedServiceNames_static, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
