diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 23:31:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 00:56:17 +0200 |
commit | fc71ed951f646d5c686cfc3615b5b967cbe12612 (patch) | |
tree | 4209b126aa8b1b130c9dc373dc5a9bf0448eb583 /include/cppuhelper/shlib.hxx | |
parent | 3fb51feb1c0a5b62dc55c76d0037564f42366226 (diff) |
Fix comments
Change-Id: Ia5bc8b0dec8cecdec06a71377ac5cd3a52109955
Diffstat (limited to 'include/cppuhelper/shlib.hxx')
-rw-r--r-- | include/cppuhelper/shlib.hxx | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/include/cppuhelper/shlib.hxx b/include/cppuhelper/shlib.hxx index dcdf148a6113..9e78c4124d46 100644 --- a/include/cppuhelper/shlib.hxx +++ b/include/cppuhelper/shlib.hxx @@ -30,13 +30,6 @@ namespace cppu { -// Note the pointless redundancy -// "::com::sun::star::lang::XSingleComponentFactory or -// ::com::sun::star::lang::XSingleComponentFactory" in the doc -// comments below. Whether the documentation is supposed to mean only -// XSingleComponentFactory, or whether the other one should be -// something else, I don't know. - /** Loads a shared library component and gets the factory out of it. You can give either a fully qualified libname or single lib name. The libname need not be pre/postfixed (e.g. xxx.dll). You can give parameter rPath to force lookup of the library in a specific @@ -48,8 +41,8 @@ namespace cppu @param xMgr service manager to be provided to the component @param xKey registry key to be provided to the component @return - factory instance (com::sun::star::lang::XSingleComponentFactory or - com::sun::star::lang::XSingleComponentFactory) + factory instance (com::sun::star::lang::XSingleComponentFactory or legacy + com::sun::star::lang::XSingleServiceFactory) */ CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL loadSharedLibComponentFactory( @@ -72,8 +65,8 @@ SAL_CALL loadSharedLibComponentFactory( @param xKey registry key to be provided to the component @param rPrefix optional component prefix @return - factory instance (com::sun::star::lang::XSingleComponentFactory or - com::sun::star::lang::XSingleComponentFactory) + factory instance (com::sun::star::lang::XSingleComponentFactory or legacy + com::sun::star::lang::XSingleServiceFactory) */ CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL loadSharedLibComponentFactory( @@ -92,8 +85,8 @@ SAL_CALL loadSharedLibComponentFactory( @param xKey registry key to be provided to the component @param rPrefix optional component prefix @return - factory instance (com::sun::star::lang::XSingleComponentFactory or - com::sun::star::lang::XSingleComponentFactory) + factory instance (com::sun::star::lang::XSingleComponentFactory or legacy + com::sun::star::lang::XSingleServiceFactory) */ CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL invokeStaticComponentFactory( |