sfx2/source/doc/autoredactdialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 45e37616b811366f4773ab384911a88121f47726 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jun 8 17:33:00 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jun 8 19:47:46 2019 +0200 Fix typo Change-Id: Ia8b54a13266af183de700f309e846eb47b4b9efc Reviewed-on: https://gerrit.libreoffice.org/73719 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sfx2/source/doc/autoredactdialog.cxx b/sfx2/source/doc/autoredactdialog.cxx index 2849f525e0e2..ee7f09a1d269 100644 --- a/sfx2/source/doc/autoredactdialog.cxx +++ b/sfx2/source/doc/autoredactdialog.cxx @@ -355,7 +355,7 @@ SfxAutoRedactDialog::SfxAutoRedactDialog(weld::Window* pParent) , m_xEditBtn(m_xBuilder->weld_button("edit")) , m_xDeleteBtn(m_xBuilder->weld_button("delete")) { - // Can be used to remeber the last set of redaction targets? + // Can be used to remember the last set of redaction targets? OUString sExtraData; SvtViewOptions aDlgOpt(EViewType::Dialog, OStringToOUString(m_xDialog->get_help_id(), RTL_TEXTENCODING_UTF8)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
