summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-14 12:05:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-14 15:30:14 +0200
commit9a2c347e76c330b45504c8219510c9ef86503b86 (patch)
tree5b8065100740e67350a431c1ce3b69ef7e39446e /forms
parent97e49876086bbdcb58ae0c22d9145c453f239468 (diff)
inline some use-once typedefs
Change-Id: Ifefdb1ad20d09e257064171e458b2eb33065f5de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100733 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/clickableimage.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/forms/source/component/clickableimage.hxx b/forms/source/component/clickableimage.hxx
index ad823c4209ac..329f2d5ab430 100644
--- a/forms/source/component/clickableimage.hxx
+++ b/forms/source/component/clickableimage.hxx
@@ -154,12 +154,9 @@ namespace frm
class ImageModelMethodGuard : public ::osl::MutexGuard
{
- private:
- typedef ::osl::MutexGuard GuardBase;
-
public:
explicit ImageModelMethodGuard( OClickableImageBaseModel& _rModel )
- :GuardBase( _rModel.getMutex( OClickableImageBaseModel::GuardAccess() ) )
+ : ::osl::MutexGuard( _rModel.getMutex( OClickableImageBaseModel::GuardAccess() ) )
{
if ( nullptr == _rModel.getImageProducer( OClickableImageBaseModel::GuardAccess() ) )
throw css::lang::DisposedException(