summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-04 09:45:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-04 09:45:04 +0100
commitac9e34c76e2641750e7965293c641c4b29b82bce (patch)
treedaf4d0ed7bc1d43d3b5f36bfc355bd343aaef017 /comphelper/inc
parentab874eba0321d09c10b256b5c77f2f4e89400941 (diff)
fix typo
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/servicehelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/servicehelper.hxx b/comphelper/inc/comphelper/servicehelper.hxx
index 0cab5fa8eab4..15b0ae6a9f7c 100644
--- a/comphelper/inc/comphelper/servicehelper.hxx
+++ b/comphelper/inc/comphelper/servicehelper.hxx
@@ -70,7 +70,7 @@ namespace \
} \
const ::com::sun::star::uno::Sequence< sal_Int8 > & classname::getUnoTunnelId() throw() \
{ \
- return the##classname##UnoTunnelId::get()::getSeq(); \
+ return the##classname##UnoTunnelId::get().getSeq(); \
} \
\
classname* classname::getImplementation( const uno::Reference< uno::XInterface >& xInt ) \