sw/source/core/unocore/unostyle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9c1cdfd90a0e5df66896810d114a8ef19af3d8c5 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Dec 10 19:42:24 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Dec 11 10:02:56 2024 +0100 Fix typo Change-Id: Ie54afd58ea1921f3c5ed6d4175efef06b701b93d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178264 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx index 73f22f1b993c..418aa96b35aa 100644 --- a/sw/source/core/unocore/unostyle.cxx +++ b/sw/source/core/unocore/unostyle.cxx @@ -1408,7 +1408,7 @@ void SwXStyle::setName(const OUString& rProgName) if(!pBase || !pBase->IsUserDefined()) throw uno::RuntimeException(); OUString sUIName; - // conversion should actully be irrelevant due to IsUserDefined() check + // conversion should actually be irrelevant due to IsUserDefined() check SwStyleNameMapper::FillUIName(rProgName, sUIName, m_rEntry.poolId()); rtl::Reference<SwDocStyleSheet> xTmp(new SwDocStyleSheet(*static_cast<SwDocStyleSheet*>(pBase))); if (!xTmp->SetName(sUIName))