From e34d63230cb6ec45f4c547dc8f3be2dcc8f84dd3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 18 Jun 2024 20:36:31 +0200 Subject: Fix typo Change-Id: I8613fc1be864f79af407f66b486f0e9cab9862db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169129 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- unoidl/source/sourceprovider-parser-requires.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unoidl') diff --git a/unoidl/source/sourceprovider-parser-requires.hxx b/unoidl/source/sourceprovider-parser-requires.hxx index 5d9e5f6e3fda..8444da21026f 100644 --- a/unoidl/source/sourceprovider-parser-requires.hxx +++ b/unoidl/source/sourceprovider-parser-requires.hxx @@ -127,9 +127,9 @@ struct SourceProviderType { Type type; OUString name; // TYPE_ENUM ... TYPE_PARAMETER SourceProviderEntity const * entity; - // TYPE_ENUM ... TYPE_INSTANTIATED_POLYMOPRHIC_STRUCT + // TYPE_ENUM ... TYPE_INSTANTIATED_POLYMORPHIC_STRUCT std::vector subtypes; - // TYPE_SEQUENCE, TYPE_INSTANTIATED_POLYMOPRHIC_STRUCT + // TYPE_SEQUENCE, TYPE_INSTANTIATED_POLYMORPHIC_STRUCT OUString typedefName; }; -- cgit v1.2.3