summaryrefslogtreecommitdiff
path: root/include/cppuhelper/typeprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/typeprovider.hxx')
-rw-r--r--include/cppuhelper/typeprovider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/typeprovider.hxx b/include/cppuhelper/typeprovider.hxx
index b617483bbe8e..b82ed96ace95 100644
--- a/include/cppuhelper/typeprovider.hxx
+++ b/include/cppuhelper/typeprovider.hxx
@@ -175,7 +175,7 @@ public:
{ return _aTypes; }
};
-/** Helper class to implement com::sun::star::lang::XTypeProvider. Construct a static object
+/** Helper class to implement IDs for XUnoTunnel. Construct a static object
of this class for your UNO object's implementation id.
*/
class CPPUHELPER_DLLPUBLIC OImplementationId
@@ -219,7 +219,7 @@ public:
: _pSeq( new ::com::sun::star::uno::Sequence< sal_Int8 >( rId.getImplementationId() ) )
{}
- /** Called upon XTypeProvider::getImplementationId().
+ /** Get implementation id.
@return implementation id
*/