summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/servicehelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/servicehelper.hxx b/include/comphelper/servicehelper.hxx
index a96285e83fb5..73064cd35897 100644
--- a/include/comphelper/servicehelper.hxx
+++ b/include/comphelper/servicehelper.hxx
@@ -46,7 +46,7 @@ public:
Usage:
Put a UNO3_GETIMPLEMENTATION_DECL( classname ) inside your class
definitian and UNO3_GETIMPLEMENTATION_IMPL( classname ) inside
- your cxx file. Your class must inherit ::com::sun::star::uno::XUnoTunnel
+ your cxx file. Your class must inherit ::com::sun::star::lang::XUnoTunnel
and export it with queryInterface. Implementation of XUnoTunnel is
done by this macro.
*/