diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-04 08:10:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-11-04 08:18:46 +0100 |
commit | 6d2ee5d46ee0146a4990dfe3b3246371fece0826 (patch) | |
tree | f75c824eb05b8a25b6ebb30960aafbdb473ed3ae /include/svx/strings.hrc | |
parent | af9b08ed62e0fa9925bccab9ddf6f078fb1b7c70 (diff) |
SplineLine and SplineFill have never been implemented
Change-Id: I75e01bc8831a9d8e6e1f52fc3a89cd9827e1d6b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142263
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/strings.hrc')
-rw-r--r-- | include/svx/strings.hrc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 3eeb16e7dcb7..9662aa83656f 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -77,10 +77,6 @@ #define STR_ObjNameSingulFREEFILL NC_("STR_ObjNameSingulFREEFILL", "Freeform Line") #define STR_ObjNamePluralFREEFILL NC_("STR_ObjNamePluralFREEFILL", "Freeform Lines") #define STR_ObjNameSingulCOMBLINE NC_("STR_ObjNameSingulCOMBLINE", "Curve") -#define STR_ObjNameSingulNATSPLN NC_("STR_ObjNameSingulNATSPLN", "Natural Spline") -#define STR_ObjNamePluralNATSPLN NC_("STR_ObjNamePluralNATSPLN", "Natural Splines") -#define STR_ObjNameSingulPERSPLN NC_("STR_ObjNameSingulPERSPLN", "Periodic Spline") -#define STR_ObjNamePluralPERSPLN NC_("STR_ObjNamePluralPERSPLN", "Periodic Splines") #define STR_ObjNameSingulTEXT NC_("STR_ObjNameSingulTEXT", "Text Frame") #define STR_ObjNamePluralTEXT NC_("STR_ObjNamePluralTEXT", "Text Frame") #define STR_ObjNameSingulTEXTLNK NC_("STR_ObjNameSingulTEXTLNK", "Linked text frame") |