include/sfx2/IDocumentModelAccessor.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 747c4c50f3d5a283dc61837675bbd3d42c661f78 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Feb 1 11:50:37 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Feb 1 12:12:10 2024 +0100 Fix typo Change-Id: I38aaf46f65749bb0aff88e2fbeb2fd65bc8b7030 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162874 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/sfx2/IDocumentModelAccessor.hxx b/include/sfx2/IDocumentModelAccessor.hxx index 9980ce09992e..4572fc222345 100644 --- a/include/sfx2/IDocumentModelAccessor.hxx +++ b/include/sfx2/IDocumentModelAccessor.hxx @@ -28,7 +28,7 @@ struct SFX2_DLLPUBLIC CurrencyID /** Document model accessor, used to access parts of the document model. * * This is useful when some common parts of the model are needed, but can - * only access the model indirecly from other modules that can access + * only access the model indirectly from other modules that can access * SfxObjectShell, but don't have a direct access to the document model * (and access through UNO would be inconvenient). *