sd/source/ui/framework/configuration/ResourceFactoryManager.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2a5257b743b85e7ae885afbebbf41584e479d7a5 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Wed Aug 20 14:11:11 2025 +0500 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Wed Aug 20 15:23:59 2025 +0200 Fix a typo in comment Change-Id: If0b13967b9006dc41705f7a18892e17b08965fc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189960 Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> Tested-by: Jenkins diff --git a/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx b/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx index 03b6b80ab8ca..80b23107f7c2 100644 --- a/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx +++ b/sd/source/ui/framework/configuration/ResourceFactoryManager.hxx @@ -96,7 +96,7 @@ private: /** Look up the factory for the given URL. @param rsURLBase - The css::tools::URL.Main part of a URL. Arguments have to be + The css::util::URL.Main part of a URL. Arguments have to be stripped off by the caller. @return When the factory has not yet been added then return NULL.