officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    4 
++--
 svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx             |    4 
++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit a5ad209d33b35958b40a7e2444ba0d9f061055ec
Author:     Julien Nabet <[email protected]>
AuthorDate: Mon Feb 19 22:57:49 2024 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Tue Feb 20 19:28:45 2024 +0100

    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 <[email protected]>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index d8b7166d7046..6da4532d2687 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -401,7 +401,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:BasicShapes.cube" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Cube</value>
+          <value xml:lang="en-US">Cuboid</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
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 },
commit a67286aa0cf9c3bc5919343c428bb5485091104c
Author:     Julien Nabet <[email protected]>
AuthorDate: Mon Feb 19 22:44:20 2024 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Tue Feb 20 19:28:32 2024 +0100

    tdf#155723: Wrong Tooltips for some of the Basic Shapes (pentagon)
    
    Change-Id: Ie6fd95177d4b62f00011cb382f97090963b2cf3f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163606
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 6c52720340a1..d8b7166d7046 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -345,7 +345,7 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
       </node>
       <node oor:name=".uno:BasicShapes.pentagon" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Regular Pentagon</value>
+          <value xml:lang="en-US">Pentagon</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
diff --git a/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx 
b/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
index 70c15ca66f6d..aa8d2d32bd98 100644
--- a/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
@@ -368,7 +368,7 @@ const ACCNameTypeTable pACCNameTypeTableArray[] =
     { "mso-spt53", mso_sptRibbon },
     { "mso-spt54", mso_sptRibbon2 },*/
     { "chevron", "Chevron" },
-    { "pentagon", "Regular Pentagon" },
+    { "pentagon", "Pentagon" },
     { "forbidden", "'No' Symbol" },
     { "star8", "8-Point Star" },
     /*{ "mso-spt59", mso_sptSeal16 },

Reply via email to