From a5ad209d33b35958b40a7e2444ba0d9f061055ec Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 19 Feb 2024 22:57:49 +0100 Subject: 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 --- svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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 }, -- cgit