summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-12-18 19:45:29 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-12-18 19:45:29 +0900
commit18621545e4b33039091283c58e340021199fefbf (patch)
treee1d1e6973a845ec8f0aad97184b18a29d5b7356b /include
parent3aa96e9f478a7549e04658dc4db234bde63603ea (diff)
fix typo
Change-Id: I3a1ae61f1d6aff3129937dbf584eaec6b7f002b8
Diffstat (limited to 'include')
-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.
*/