sw/source/filter/basflt/shellio.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4816397d92e4e4659ac9ef9b8c09cd072f57c2b6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat May 17 15:04:03 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat May 17 17:13:43 2025 +0200 Fix typo Change-Id: I3bef7402132a25aca94866eb69a65e22c12d508d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185447 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/basflt/shellio.cxx b/sw/source/filter/basflt/shellio.cxx index 107176ec142c..a71d6ba48d55 100644 --- a/sw/source/filter/basflt/shellio.cxx +++ b/sw/source/filter/basflt/shellio.cxx @@ -203,7 +203,7 @@ ErrCodeMsg SwReader::Read( const Reader& rOptions ) mxDoc->getIDocumentRedlineAccess().SetRedlineFlags_intern( eOld ); { - // Preformance mode: import all bookmarks names as defined in the document + // Performance mode: import all bookmarks names as defined in the document mxDoc->getIDocumentMarkAccess()->disableUniqueNameChecks(); comphelper::ScopeGuard perfModeGuard( [this]() { mxDoc->getIDocumentMarkAccess()->enableUniqueNameChecks(); });