summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-08 15:01:14 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-08 15:02:09 +0300
commite32e87980ad6b4a8c0a53a69c486cbf4d010b175 (patch)
tree255192c002bf0707bf08add5f2c87947b573fddf /cppuhelper
parent6fcbf6877ef238c0eaf2c0f24830a2a3d12f3a01 (diff)
Add metacomment
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/inc/cppuhelper/shlib.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/cppuhelper/inc/cppuhelper/shlib.hxx b/cppuhelper/inc/cppuhelper/shlib.hxx
index ed7f74107cae..9c12d2d039e9 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