sw/inc/docufld.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6b91047d48419ce53063f76c12ec41c2a917f870 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Dec 4 21:38:40 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Dec 6 12:30:14 2025 +0100 Fix typo Change-Id: If3bf1091315ae7ef2836d73d024c3a19a23d66c3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195039 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 2a0f5b670896..59b07e80c728 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -228,7 +228,7 @@ public: virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nWhich ) override; }; -/// Provides the expansion of of an SwFileNameField to a string. +/// Provides the expansion of an SwFileNameField to a string. class SAL_DLLPUBLIC_RTTI SwFileNameFieldType final : public SwFieldType { SwDoc& m_rDoc;
