INTEGRATION: CWS rptchart01_DEV300 (1.9.112); FILE MERGED

2008/01/31 09:37:43 oj 1.9.112.1: separate formlink dialog into uno dialog
This commit is contained in:
Kurt Zenker 2008-03-05 16:12:07 +00:00
parent 2a163e7965
commit 45cf5b45b8

View file

@ -4,9 +4,9 @@
*
* $RCSfile: pcrservices.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: rt $ $Date: 2007-07-06 08:52:00 $
* last change: $Author: kz $ $Date: 2008-03-05 17:12:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -66,6 +66,7 @@ extern "C" void SAL_CALL createRegistryInfo_GenericPropertyHandler();
extern "C" void SAL_CALL createRegistryInfo_ObjectInspectorModel();
extern "C" void SAL_CALL createRegistryInfo_SubmissionPropertyHandler();
extern "C" void SAL_CALL createRegistryInfo_StringRepresentation();
extern "C" void SAL_CALL createRegistryInfo_MasterDetailLinkDialog();
//---------------------------------------------------------------------------------------
@ -91,6 +92,7 @@ extern "C" void SAL_CALL pcr_initializeModule()
createRegistryInfo_ObjectInspectorModel();
createRegistryInfo_SubmissionPropertyHandler();
createRegistryInfo_StringRepresentation();
createRegistryInfo_MasterDetailLinkDialog();
s_bInit = sal_True;
}
}