Kaydet (Commit) a944f84c authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS oxtsysint01 (1.41.24); FILE MERGED

2008/04/15 13:26:34 dv 1.41.24.2: RESYNC: (1.41-1.42); FILE MERGED
2008/04/10 09:41:20 dv 1.41.24.1: #i85856# Office should handle '.oxt' files
üst ff1ebc49
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: registerservices.cxx,v $ * $RCSfile: registerservices.cxx,v $
* $Revision: 1.42 $ * $Revision: 1.43 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -65,6 +65,9 @@ ...@@ -65,6 +65,9 @@
#include <services/frame.hxx> #include <services/frame.hxx>
#include <services/modulemanager.hxx> #include <services/modulemanager.hxx>
#include <dispatch/oxt_handler.hxx>
#include <jobs/jobexecutor.hxx> #include <jobs/jobexecutor.hxx>
#include <recording/dispatchrecordersupplier.hxx> #include <recording/dispatchrecordersupplier.hxx>
#include <recording/dispatchrecorder.hxx> #include <recording/dispatchrecorder.hxx>
...@@ -130,6 +133,7 @@ COMPONENTGETIMPLEMENTATIONENVIRONMENT ...@@ -130,6 +133,7 @@ COMPONENTGETIMPLEMENTATIONENVIRONMENT
COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer ) COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer )
COMPONENTINFO( ::framework::Desktop ) COMPONENTINFO( ::framework::Desktop )
COMPONENTINFO( ::framework::Frame ) COMPONENTINFO( ::framework::Frame )
COMPONENTINFO( ::framework::Oxt_Handler )
COMPONENTINFO( ::framework::JobExecutor ) COMPONENTINFO( ::framework::JobExecutor )
COMPONENTINFO( ::framework::DispatchRecorderSupplier ) COMPONENTINFO( ::framework::DispatchRecorderSupplier )
COMPONENTINFO( ::framework::DispatchRecorder ) COMPONENTINFO( ::framework::DispatchRecorder )
...@@ -185,6 +189,7 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer ...@@ -185,6 +189,7 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer
COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else
IFFACTORY( ::framework::Desktop ) else IFFACTORY( ::framework::Desktop ) else
IFFACTORY( ::framework::Frame ) else IFFACTORY( ::framework::Frame ) else
IFFACTORY( ::framework::Oxt_Handler ) else
IFFACTORY( ::framework::JobExecutor ) else IFFACTORY( ::framework::JobExecutor ) else
IFFACTORY( ::framework::DispatchRecorderSupplier ) else IFFACTORY( ::framework::DispatchRecorderSupplier ) else
IFFACTORY( ::framework::DispatchRecorder ) else IFFACTORY( ::framework::DispatchRecorder ) else
...@@ -233,7 +238,7 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ...@@ -233,7 +238,7 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer
IFFACTORY( ::framework::SimpleTextStatusbarController ) else IFFACTORY( ::framework::SimpleTextStatusbarController ) else
IFFACTORY( ::framework::UriAbbreviation ) else IFFACTORY( ::framework::UriAbbreviation ) else
IFFACTORY( ::framework::PopupMenuDispatcher ) else IFFACTORY( ::framework::PopupMenuDispatcher ) else
IFFACTORY( ::framework::ImageManager ) IFFACTORY( ::framework::ImageManager ) else
IFFACTORY( ::framework::PopupMenuDispatcher ) else IFFACTORY( ::framework::PopupMenuDispatcher ) else
IFFACTORY( ::framework::LangSelectionStatusbarController ) else IFFACTORY( ::framework::LangSelectionStatusbarController ) else
IFFACTORY( ::framework::LanguageSelectionMenuController ) IFFACTORY( ::framework::LanguageSelectionMenuController )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment