Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:22:31+0000 Modified: dba/dbaccess/source/ui/misc/uiservices.cxx
Log: #i81658# +service for the UNO version of the Copy Table wizard File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: uiservices.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/uiservices.cxx?r1=1.25&r2=1.25.28.1 Delta lines: +6 -4 ------------------- --- uiservices.cxx 2007-09-26 14:52:14+0000 1.25 +++ uiservices.cxx 2007-11-08 14:22:28+0000 1.25.28.1 @@ -4,9 +4,9 @@ * * $RCSfile: uiservices.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.25.28.1 $ * - * last change: $Author: hr $ $Date: 2007/09/26 14:52:14 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:22:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,6 +83,7 @@ extern "C" void SAL_CALL createRegistryInfo_OColumnControl(); extern "C" void SAL_CALL createRegistryInfo_OToolboxController(); extern "C" void SAL_CALL createRegistryInfo_OStatusbarController(); +extern "C" void SAL_CALL createRegistryInfo_CopyTableWizard(); //*************************************************************************************** extern "C" void SAL_CALL createRegistryInfo_DBU() @@ -113,6 +114,7 @@ createRegistryInfo_OColumnControl(); createRegistryInfo_OToolboxController(); createRegistryInfo_OStatusbarController(); + createRegistryInfo_CopyTableWizard(); bInit = sal_True; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
