diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-29 09:17:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-29 11:14:02 +0200 |
commit | a5dabf94fa32fb397141b7aee8e3daecb0240dc4 (patch) | |
tree | 3276251714e5b760a895a8eb7118d16ad6c09a40 /sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx | |
parent | 3dc0f1b77dd10b5b844bdab4cc089e82eeb9afa8 (diff) |
Fix typos
Change-Id: I11e3dc250c140b03bbc2d2d83a448e40a1624fe3
Reviewed-on: https://gerrit.libreoffice.org/76519
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx')
-rw-r--r-- | sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx index 96c922cf41ac..124cd984826e 100644 --- a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx +++ b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx @@ -165,7 +165,7 @@ IMPL_LINK(AccessibleDocumentViewBase, WindowChildEventListener, { case VclEventId::ObjectDying: { - // Window is dying. Unregister from VCL Window. + // Window is dying. Unregister from VCL Window. // This is also attempted in the disposing() method. vcl::Window* pWindow = maShapeTreeInfo.GetWindow(); vcl::Window* pDyingWindow = rEvent.GetWindow(); @@ -459,7 +459,7 @@ void AccessibleDocumentViewBase::impl_dispose() mxWindow = nullptr; } - // Unregister form the model. + // Unregister from the model. if (mxModel.is()) mxModel->removeEventListener ( static_cast<awt::XWindowListener*>(this)); |