summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-09 12:16:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-09 13:14:40 +0200
commite74e9586f506652d18c1096ebc4508fe7f7be344 (patch)
tree2fd43a9ebecb13ad9848fc5c514e71c8ae8f7d09 /sw
parenta71d6a2a847828b737e5b6cc5eefe877613085b7 (diff)
spelling mutext->mutex
Change-Id: If844c07d0d50d1bb9b0a1877c0fde4a198bcf781
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/access/accdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accdoc.hxx b/sw/source/core/access/accdoc.hxx
index 8bd71968cadf..47caf4cac4b0 100644
--- a/sw/source/core/access/accdoc.hxx
+++ b/sw/source/core/access/accdoc.hxx
@@ -35,7 +35,7 @@ class SwAccessibleDocumentBase : public SwAccessibleContext
{
css::uno::Reference< css::accessibility::XAccessible> mxParent;
- VclPtr<vcl::Window> mpChildWin; // protected by solar mutext
+ VclPtr<vcl::Window> mpChildWin; // protected by solar mutex
using SwAccessibleFrame::SetVisArea;