diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/autoredactdialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |