summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-18 20:36:31 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-19 08:46:41 +0200
commite34d63230cb6ec45f4c547dc8f3be2dcc8f84dd3 (patch)
treee6873d0921a8203bd0cf356ed66b7df384550fbd /unoidl
parent4a85d3c12ade35e49d90eec72152d1779abc8de7 (diff)
Fix typo
Change-Id: I8613fc1be864f79af407f66b486f0e9cab9862db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169129 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/source/sourceprovider-parser-requires.hxx4
1 files changed, 2 insertions, 2 deletions
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<SourceProviderType> subtypes;
- // TYPE_SEQUENCE, TYPE_INSTANTIATED_POLYMOPRHIC_STRUCT
+ // TYPE_SEQUENCE, TYPE_INSTANTIATED_POLYMORPHIC_STRUCT
OUString typedefName;
};