diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-13 14:33:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-14 08:37:44 +0000 |
commit | f645294d3959ab204ac0efb6619e74b5ba85efa6 (patch) | |
tree | 3437361d64d2df1b1849f1adfb0bf01fbd876d88 /svx/source/form/fmstring.src | |
parent | cbb2e6b76868d5c67a713b68310b44be59bfab3e (diff) |
remove unused RID constants
found with the attached bin/find-unused-rid.py script
Change-Id: I1cf79caa6cafedb8bc642f394dc7e7da889d6fdf
Reviewed-on: https://gerrit.libreoffice.org/35136
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/form/fmstring.src')
-rw-r--r-- | svx/source/form/fmstring.src | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/svx/source/form/fmstring.src b/svx/source/form/fmstring.src index 5ad484b332b6..a05decfa7634 100644 --- a/svx/source/form/fmstring.src +++ b/svx/source/form/fmstring.src @@ -19,18 +19,10 @@ #include "svx/fmresids.hrc" /* Strings fuer Uebersetzung */ -String RID_ERR_CONTEXT_ADDFORM -{ - Text [ en-US ] = "Error while creating form"; -}; String RID_ERR_FIELDREQUIRED { Text [ en-US ] = "Input required in field '#'. Please enter a value."; }; -String RID_ERR_DUPLICATE_NAME -{ - Text [ en-US ] = "Entry already exists.\nPlease choose another name."; -}; String RID_STR_FORMS { Text [ en-US ] = "Forms"; @@ -111,18 +103,6 @@ String RID_STR_DELETECONFIRM Text [ en-US ] = "If you click Yes, you won't be able to undo this operation.\nDo you want to continue anyway?"; }; -String RID_ERR_NO_ELEMENT -{ - Text [ en-US ] = "Choose an entry from the list or enter a text corresponding to one of the list items."; -}; -String RID_STR_GROUPBOX -{ - Text [ en-US ] = "Frame element"; -}; -String RID_STR_NAVIGATION -{ - Text [ en-US ] = "Navigation"; -}; String RID_STR_NAVIGATIONBAR { Text [ en-US ] = "Navigation bar"; @@ -151,22 +131,10 @@ String RID_STR_UNDO_CONTAINER_REPLACE { Text [ en-US ] = "Replace a container element"; }; -String RID_STR_UNDO_DELETE_LOGICAL -{ - Text [ en-US ] = "Delete structure"; -}; String RID_STR_UNDO_MODEL_REPLACE { Text [ en-US ] = "Replace Control"; }; -String RID_STR_DATE -{ - Text [ en-US ] = "Date"; -}; -String RID_STR_TIME -{ - Text [ en-US ] = "Time"; -}; String RID_STR_PROPTITLE_PUSHBUTTON { Text [ en-US ] = "Push Button"; |