diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-02-04 10:43:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-02-04 14:29:36 +0100 |
commit | 011d0d0078841a8ccebfdd1b360172314493c750 (patch) | |
tree | c0f112388ad298e9c7fabbc7bbc54efa1bd3efaf /svx/source/unodraw | |
parent | ef98a5aae0449cb93f11e46ea9c802326a5dd8ef (diff) |
remove svx/mutxhelp.hxx
which is a clone of cppu::BaseMutex
Change-Id: I6db266a4b67ac2d8b6c389cd27bf5bc7b9ecc754
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110402
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unopage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx index 23fe9dabd1a6..d35b7cc51714 100644 --- a/svx/source/unodraw/unopage.cxx +++ b/svx/source/unodraw/unopage.cxx @@ -63,7 +63,7 @@ using namespace ::com::sun::star::drawing; UNO3_GETIMPLEMENTATION_IMPL( SvxDrawPage ); SvxDrawPage::SvxDrawPage(SdrPage* pInPage) // TTTT should be reference -: mrBHelper(getMutex()) +: mrBHelper(m_aMutex) ,mpPage(pInPage) ,mpModel(&pInPage->getSdrModelFromSdrPage()) // register at broadcaster ,mpView(new SdrView(pInPage->getSdrModelFromSdrPage())) // create (hidden) view |