diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2017-06-05 12:34:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 13:41:38 +0200 |
commit | f2d40b8ba172d90be9a43c30cd5cbd62c0e8e548 (patch) | |
tree | 6fe8f206109cb97945fff7d9a01122b3e04949d4 /svtools/inc/vclxaccessibleheaderbaritem.hxx | |
parent | 118bcbc83e38604189bec667a394a4acaec98f56 (diff) |
Remove all allocation of VCLExternalSolarLock.
This patch is graciously offered by Arnaud Versini.
Change-Id: I3ed5e1758d09542a2ca0533e3f4a6ceb2dbb6346
Reviewed-on: https://gerrit.libreoffice.org/38404
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/inc/vclxaccessibleheaderbaritem.hxx')
-rw-r--r-- | svtools/inc/vclxaccessibleheaderbaritem.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/svtools/inc/vclxaccessibleheaderbaritem.hxx b/svtools/inc/vclxaccessibleheaderbaritem.hxx index 533be149c302..ac3c30cea15e 100644 --- a/svtools/inc/vclxaccessibleheaderbaritem.hxx +++ b/svtools/inc/vclxaccessibleheaderbaritem.hxx @@ -25,6 +25,9 @@ #include <cppuhelper/implbase2.hxx> #include <tools/link.hxx> + +#include <toolkit/helper/externallock.hxx> + #include <vcl/vclptr.hxx> #include <vector> @@ -46,7 +49,8 @@ typedef ::cppu::ImplHelper2< css::accessibility::XAccessible, css::lang::XServiceInfo > VCLXAccessibleHeaderBarItem_BASE; -class VCLXAccessibleHeaderBarItem : public comphelper::OAccessibleExtendedComponentHelper, +class VCLXAccessibleHeaderBarItem : private BaseVCLExternalSolarLock, + public comphelper::OAccessibleExtendedComponentHelper, public VCLXAccessibleHeaderBarItem_BASE { private: |