Kaydet (Commit) fc71ed95 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix comments

Change-Id: Ia5bc8b0dec8cecdec06a71377ac5cd3a52109955
üst 3fb51feb
......@@ -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(
......
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