diff options
Diffstat (limited to 'include/comphelper/accimplaccess.hxx')
-rw-r--r-- | include/comphelper/accimplaccess.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/comphelper/accimplaccess.hxx b/include/comphelper/accimplaccess.hxx index de57b9878f27..de4f8382627f 100644 --- a/include/comphelper/accimplaccess.hxx +++ b/include/comphelper/accimplaccess.hxx @@ -30,14 +30,14 @@ namespace com { namespace sun { namespace star { namespace accessibility { class XAccessibleContext; }}}} -//......................................................................... + namespace comphelper { -//......................................................................... - //===================================================================== + + //= OAccessibleImplementationAccess - //===================================================================== + typedef ::cppu::ImplHelper1 < ::com::sun::star::lang::XUnoTunnel > OAccImpl_Base; struct OAccImpl_Impl; @@ -130,9 +130,9 @@ namespace comphelper COMPHELPER_DLLPRIVATE static const ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId(); }; -//......................................................................... + } // namespace comphelper -//......................................................................... + #endif // INCLUDED_COMPHELPER_ACCIMPLACCESS_HXX |