diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-31 21:33:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-01 11:08:03 +0100 |
commit | 01c43770b75fd4e48b2cda230feda37154f75bdd (patch) | |
tree | f4ff5ba307ca616b68bfc661faf853f63d9f63c9 /svx/source/dialog | |
parent | 2c9904f300ab195636fc06c3c3b14aa61eb3ee85 (diff) |
Fix typos
Change-Id: I455efa82de60b764a500e1cc092ae08e800ec824
Reviewed-on: https://gerrit.libreoffice.org/49068
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index 704e90f47d64..baf6a20f4fe7 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -562,9 +562,9 @@ PluginProgress::~PluginProgress() void SAL_CALL PluginProgress::dispose() { - // m_pPluginProgressWindow was deleted ... + // m_pPluginProgressWindow was deleted... // So the internal pointer of this progress - // weill be dead! + // will be dead! m_xProgress.clear(); } |