diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2024-02-19 22:57:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-02-20 19:28:45 +0100 |
commit | a5ad209d33b35958b40a7e2444ba0d9f061055ec (patch) | |
tree | b53f09157581271f5f05d08a97da7691c991b3d8 /svx | |
parent | a67286aa0cf9c3bc5919343c428bb5485091104c (diff) |
tdf#155723: Wrong Tooltips for some of the Basic Shapes (cuboid)
Change-Id: Icf50428eb0a88b876929f2272a2cbe63208c6ceb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163607
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx b/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx index aa8d2d32bd98..472e5f265753 100644 --- a/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx @@ -327,7 +327,7 @@ const ACCNameTypeTable pACCNameTypeTableArray[] = { "right-arrow", "Right Arrow" }, //{ "mso-spt14", mso_sptThickArrow }, { "pentagon-right", "Pentagon" }, - { "cube", "Cube" }, + { "cube", "Cuboid" }, { "mso-spt21", "Doorplate" }, /*{ "mso-spt17", mso_sptBalloon }, { "mso-spt18", mso_sptSeal }, |