summaryrefslogtreecommitdiff
path: root/include/comphelper/servicehelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/servicehelper.hxx')
-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 622556616fd2..c488981e1ccf 100644
--- a/include/comphelper/servicehelper.hxx
+++ b/include/comphelper/servicehelper.hxx
@@ -45,7 +45,7 @@ public:
Usage:
Put a UNO3_GETIMPLEMENTATION_DECL( classname ) inside your class
- definitian and UNO3_GETIMPLEMENTATION_IMPL( classname ) inside
+ definition and UNO3_GETIMPLEMENTATION_IMPL( classname ) inside
your cxx file. Your class must inherit css::lang::XUnoTunnel
and export it with queryInterface. Implementation of XUnoTunnel is
done by this macro.