diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-11-22 10:17:18 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-11-22 10:17:18 +0100 |
commit | e13b8a69eed7f6dbbd28f49446581bd68f2d500c (patch) | |
tree | 5839810bb605d476ed1f97e995e2aa02bf4d26dd /configmgr/source/update.hxx | |
parent | 129551cbd39c8d5c2908bd18750ef5d917d8dfca (diff) | |
parent | 94753953df87e4d761ff9fa30333dc02994f6d3f (diff) |
undoapi: merge after pulling DEV300.m94
Diffstat (limited to 'configmgr/source/update.hxx')
-rw-r--r-- | configmgr/source/update.hxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/configmgr/source/update.hxx b/configmgr/source/update.hxx index faa5c86b15fac..a60264e67ac3d 100644 --- a/configmgr/source/update.hxx +++ b/configmgr/source/update.hxx @@ -32,28 +32,28 @@ #include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/Sequence.hxx" -#include "cppuhelper/factory.hxx" -#include "rtl/unload.h" #include "sal/types.h" -namespace com { namespace sun { namespace star { namespace lang { - class XSingleComponentFactory; -} } } } +namespace com { namespace sun { namespace star { + namespace uno { + class XComponentContext; + class XInterface; + } +} } } namespace rtl { class OUString; } namespace configmgr { namespace update { +com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL +create( + com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > + const &); + rtl::OUString SAL_CALL getImplementationName(); com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames(); -com::sun::star::uno::Reference< com::sun::star::lang::XSingleComponentFactory > -SAL_CALL createFactory( - cppu::ComponentFactoryFunc, rtl::OUString const &, - com::sun::star::uno::Sequence< rtl::OUString > const &, rtl_ModuleCount *) - SAL_THROW(()); - } } #endif |