[Libreoffice-commits] .: cppuhelper/inc
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Aug 8 05:02:38 PDT 2011
cppuhelper/inc/cppuhelper/shlib.hxx | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit e32e87980ad6b4a8c0a53a69c486cbf4d010b175
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Aug 8 15:01:14 2011 +0300
Add metacomment
diff --git a/cppuhelper/inc/cppuhelper/shlib.hxx b/cppuhelper/inc/cppuhelper/shlib.hxx
index ed7f741..9c12d2d 100644
--- a/cppuhelper/inc/cppuhelper/shlib.hxx
+++ b/cppuhelper/inc/cppuhelper/shlib.hxx
@@ -37,6 +37,13 @@
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
More information about the Libreoffice-commits
mailing list