diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-06 12:29:09 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-07-06 20:53:03 +0200 |
commit | b988ab22f48e4fa118711740f19d0b208b674f36 (patch) | |
tree | 25491d704fd7188bc82f64960887c3b4b575ccda /include | |
parent | f41773d684dfb1bfebe484bbf6d1ec4b5937d348 (diff) |
Fix typo
Change-Id: I5d2030f1057f0a2232680ed60f4312331eca2926
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170063
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/UniqueID.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/UniqueID.hxx b/include/svx/UniqueID.hxx index a693d53eec9e..91e4664b2d5a 100644 --- a/include/svx/UniqueID.hxx +++ b/include/svx/UniqueID.hxx @@ -14,7 +14,7 @@ /** Unique ID for an object. * - * Generates an unique ID and stores it in a member variable, so the ID returned + * Generates a unique ID and stores it in a member variable, so the ID returned * by getId() is the same as long as the object is alive. * * ID 0 means the ID is not yet created, so 0 is not a valid ID |