summaryrefslogtreecommitdiff
path: root/framework/source/register
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-11 13:13:49 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-11 13:13:49 +0000
commit13403c5c6ba272b3835a1236858655488d772c6a (patch)
treee5ba8c2dd6306e88bd655e90eda597da9ebf79bb /framework/source/register
parentfb38701a46f15ab2d95d467ca11a29337ecc257f (diff)
INTEGRATION: CWS c05v001 (1.2.96); FILE MERGED
2005/09/29 09:27:29 as 1.2.96.1: #125916# new helper to forward URL's to the underlying OS
Diffstat (limited to 'framework/source/register')
-rw-r--r--framework/source/register/register3rdcomponents.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/framework/source/register/register3rdcomponents.cxx b/framework/source/register/register3rdcomponents.cxx
index 6a55dd150b..97a94aa962 100644
--- a/framework/source/register/register3rdcomponents.cxx
+++ b/framework/source/register/register3rdcomponents.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: register3rdcomponents.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:39:16 $
+ * last change: $Author: kz $ $Date: 2005-11-11 14:13:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,10 +69,16 @@
#include <jobs/helponstartup.hxx>
#endif
+#ifndef __FRAMEWORK_DISPATCH_SYSTEMEXEC_HXX_
+#include <dispatch/systemexec.hxx>
+#endif
+
COMPONENTGETIMPLEMENTATIONENVIRONMENT
COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::HelpOnStartup )
+ COMPONENTINFO( ::framework::SystemExec )
)
COMPONENTGETFACTORY ( IFFACTORY( ::framework::HelpOnStartup )
+ IFFACTORY( ::framework::SystemExec )
)