diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2006-12-01 15:55:40 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2006-12-01 15:55:40 +0000 |
commit | 1065d73ae426287b6871f9bcc4c675d9942a417d (patch) | |
tree | 2269371a7262f65e92faaeef1d05491ec6c8a310 /forms/source/misc/services.cxx | |
parent | 767b7f9a8545b35b42975a5652beb44122a318a7 (diff) |
INTEGRATION: CWS dba22a (1.26.16); FILE MERGED
2006/11/22 15:00:01 fs 1.26.16.1: #i71860# css.form.runtime.FormOperations implementation
Diffstat (limited to 'forms/source/misc/services.cxx')
-rw-r--r-- | forms/source/misc/services.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/forms/source/misc/services.cxx b/forms/source/misc/services.cxx index 832593a9f..e1305bcb2 100644 --- a/forms/source/misc/services.cxx +++ b/forms/source/misc/services.cxx @@ -4,9 +4,9 @@ * * $RCSfile: services.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:58:32 $ + * last change: $Author: rt $ $Date: 2006-12-01 16:55:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -335,6 +335,7 @@ void SAL_CALL createRegistryInfo_ONavigationBarControl(); void SAL_CALL createRegistryInfo_ORichTextModel(); void SAL_CALL createRegistryInfo_ORichTextControl(); void SAL_CALL createRegistryInfo_CLibxml2XFormsExtension(); +void SAL_CALL createRegistryInfo_FormOperations(); //--------------------------------------------------------------------------------------- void SAL_CALL createRegistryInfo_FORMS() @@ -350,7 +351,8 @@ void SAL_CALL createRegistryInfo_FORMS() createRegistryInfo_ONavigationBarControl(); createRegistryInfo_ORichTextModel(); createRegistryInfo_ORichTextControl(); - createRegistryInfo_CLibxml2XFormsExtension();; + createRegistryInfo_CLibxml2XFormsExtension(); + createRegistryInfo_FormOperations(); bInit = sal_True; } } |