summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 11:04:41 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 11:04:41 +0000
commit01987cb6dd56be75a6ddd17276b69be3176b8e36 (patch)
tree0458a77401ed70860173d84e577f9c8d5e5639de /extensions
parentINTEGRATION: CWS formdesign01 (1.8.8); FILE MERGED (diff)
downloadcore-01987cb6dd56be75a6ddd17276b69be3176b8e36.tar.gz
core-01987cb6dd56be75a6ddd17276b69be3176b8e36.zip
INTEGRATION: CWS formdesign01 (1.3.68); FILE MERGED
2003/11/27 10:21:09 fs 1.3.68.1: #i22878# added TabOrder dialog handling
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/pcrservices.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/pcrservices.cxx b/extensions/source/propctrlr/pcrservices.cxx
index e3e3c4831a30..da75f048ac48 100644
--- a/extensions/source/propctrlr/pcrservices.cxx
+++ b/extensions/source/propctrlr/pcrservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pcrservices.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 16:03:55 $
+ * last change: $Author: obo $ $Date: 2004-03-19 12:04:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,7 @@ using namespace ::com::sun::star::registry;
extern "C" void SAL_CALL createRegistryInfo_OPropertyBrowserController();
extern "C" void SAL_CALL createRegistryInfo_OControlFontDialog();
+extern "C" void SAL_CALL createRegistryInfo_OTabOrderDialog();
//---------------------------------------------------------------------------------------
@@ -84,6 +85,7 @@ extern "C" void SAL_CALL dbi_initializeModule()
{
createRegistryInfo_OPropertyBrowserController();
createRegistryInfo_OControlFontDialog();
+ createRegistryInfo_OTabOrderDialog();
::pcr::OModule::setResourceFilePrefix("pcr");
s_bInit = sal_True;
}