summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/accimplaccess.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-02 16:47:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-03 21:43:00 +0100
commit723e74b5dc8465e6910729c84a7ecc81262c7e37 (patch)
treecc85d887712369970177904ef5d0f62d444d3287 /comphelper/inc/comphelper/accimplaccess.hxx
parent3dfc2de702491e86dfeaaebd789f2143da6e3658 (diff)
use rtl::Static where double-locked pattern used
Diffstat (limited to 'comphelper/inc/comphelper/accimplaccess.hxx')
-rw-r--r--comphelper/inc/comphelper/accimplaccess.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/accimplaccess.hxx b/comphelper/inc/comphelper/accimplaccess.hxx
index 8ba9fe43867e..fbbee6fbfde6 100644
--- a/comphelper/inc/comphelper/accimplaccess.hxx
+++ b/comphelper/inc/comphelper/accimplaccess.hxx
@@ -154,7 +154,7 @@ namespace comphelper
private:
- COMPHELPER_DLLPRIVATE static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelImplementationId();
+ COMPHELPER_DLLPRIVATE static const ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();
};
//.........................................................................