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 | |
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')
-rw-r--r-- | svx/source/form/datanavi.src | 20 | ||||
-rw-r--r-- | svx/source/form/fmstring.src | 32 |
2 files changed, 0 insertions, 52 deletions
diff --git a/svx/source/form/datanavi.src b/svx/source/form/datanavi.src index 1636d1a61c0f..76c1c886febe 100644 --- a/svx/source/form/datanavi.src +++ b/svx/source/form/datanavi.src @@ -47,16 +47,6 @@ Bitmap RID_SVXBMP_REMOVE File = "tb05.png"; }; -Bitmap RID_SVXBMP_GROUP_CLOSED -{ - File = "da01.png"; -}; - -Bitmap RID_SVXBMP_GROUP_OPEN -{ - File = "da02.png"; -}; - Bitmap RID_SVXBMP_ELEMENT { File = "da03.png"; @@ -209,16 +199,6 @@ String RID_STR_REPLACE_DOC Text [ en-US ] = "Document" ; }; -String RID_STR_DATANAV_SUBM_PARENT -{ - Text [ en-US ] = "Submission: " ; -}; - -String RID_STR_DATANAV_SUBM_ID -{ - Text [ en-US ] = "ID: " ; -}; - String RID_STR_DATANAV_SUBM_BIND { Text [ en-US ] = "Binding: " ; 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"; |