Kaydet (Commit) c627f4b9 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused defines from HRC files in various

Change-Id: Ia1ba313d2438f04a84bcfcbbbcf6fffea5c1921d
Reviewed-on: https://gerrit.libreoffice.org/35310Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 56552630
......@@ -28,7 +28,6 @@
#define HID_AVMEDIA_TOOLBOXITEM_OPEN "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_OPEN"
#define HID_AVMEDIA_TOOLBOXITEM_INSERT "AVMEDIA_HID_AVMEDIA_TOOLBOXITEM_INSERT"
#define HID_AVMEDIA_ZOOMLISTBOX "AVMEDIA_HID_AVMEDIA_ZOOMLISTBOX"
#define HID_AVMEDIA_TIMESLIDER "AVMEDIA_HID_AVMEDIA_TIMESLIDER"
#define HID_AVMEDIA_TIMEEDIT "AVMEDIA_HID_AVMEDIA_TIMEEDIT"
#define HID_AVMEDIA_VOLUMESLIDER "AVMEDIA_HID_AVMEDIA_VOLUMESLIDER"
#define HID_AVMEDIA_PLAYERWINDOW "AVMEDIA_HID_AVMEDIA_PLAYERWINDOW"
......
......@@ -27,7 +27,6 @@
#endif
#define IDS_SBERR_TERMINATED IDS_SBERR_START+2000
#define IDS_SBERR_STOREREF IDS_SBERR_START+2001
#endif
......
......@@ -162,10 +162,6 @@ String IDS_SBERR_TERMINATED
{
Text [ en-US ] = "The macro running has been interrupted" ;
};
String IDS_SBERR_STOREREF
{
Text [ en-US ] = "Reference will not be saved: ";
};
String ERRCODE_BASMGR_LIBLOAD & ERRCODE_RES_MASK
{
Text [ en-US ] = "Error loading library '$(ARG1)'." ;
......
......@@ -142,6 +142,7 @@ with a.stdout as txt:
if "dbaccess/" in line2 and idName.startswith("PROPERTY_ID_"): found_reason_to_exclude = True
if "reportdesign/" in line2 and idName.startswith("HID_RPT_PROP_"): found_reason_to_exclude = True
if "reportdesign/" in line2 and idName.startswith("RID_STR_"): found_reason_to_exclude = True
if "forms/" in line2 and idName.startswith("PROPERTY_"): found_reason_to_exclude = True
# if we see more than 2 lines then it's probably one of the BASE/START/BEGIN things
cnt = cnt + 2
if cnt > 3: found_reason_to_exclude = True
......
......@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#define BTN_HELP 6
#define BTN_CANCEL 7
#define BTN_END 10
#define ED_FORMULA 17
......
......@@ -40,16 +40,6 @@ Bitmap BMP_STR_ERROR
File = "faperror.png";
};
String STR_STRUCT_ERR1
{
Text [ en-US ] = "=?" ;
};
String STR_STRUCT_ERR2
{
Text [ en-US ] = "Error" ;
};
String STR_TITLE1
{
Text [ en-US ] = "Function Wizard" ;
......
......@@ -41,8 +41,6 @@
// strings
#define RID_STR_SHRINK (RID_STRING_START + 0)
#define RID_STR_EXPAND (RID_STRING_START + 1)
#define STR_STRUCT_ERR1 (RID_STRING_START + 2)
#define STR_STRUCT_ERR2 (RID_STRING_START + 3)
#define STR_OPTIONAL (RID_STRING_START + 4)
#define STR_REQUIRED (RID_STRING_START + 5)
#define STR_END (RID_STRING_START + 6)
......
......@@ -25,7 +25,6 @@
#define RID_IMAGE_START 15000
#define STR_MENU_ADDONS (RID_STR_START+0)
#define STR_MENU_ADDONHELP (RID_STR_START+1)
#define STR_MENU_HEADFOOTALL (RID_STR_START+2)
#define STR_UPDATEDOC (RID_STR_START+3)
#define STR_CLOSEDOC_ANDRETURN (RID_STR_START+4)
......@@ -42,9 +41,7 @@
#define STR_LANGSTATUS_MULTIPLE_LANGUAGES (RID_STR_START+15)
#define STR_LANGSTATUS_NONE (RID_STR_START+16)
#define STR_LANGSTATUS_MORE (RID_STR_START+17)
#define STR_SET_LANGUAGE_FOR_SELECTION (RID_STR_START+18)
#define STR_SET_LANGUAGE_FOR_PARAGRAPH (RID_STR_START+19)
#define STR_SET_LANGUAGE_FOR_ALL_TEXT (RID_STR_START+20)
#define STR_UNTITLED_DOCUMENT (RID_STR_START+21)
#define STR_RESET_TO_DEFAULT_LANGUAGE (RID_STR_START+22)
#define STR_CLEAR_RECENT_FILES (RID_STR_START+23)
......
......@@ -24,11 +24,6 @@ String STR_MENU_ADDONS
Text [ en-US ] = "Add-Ons" ;
};
String STR_MENU_ADDONHELP
{
Text [ en-US ] = "Add-~On Help" ;
};
String STR_MENU_HEADFOOTALL
{
Text [ en-US ] = "All" ;
......@@ -184,21 +179,11 @@ String STR_LANGSTATUS_MORE
Text [ en-US ] = "More..." ;
};
String STR_SET_LANGUAGE_FOR_SELECTION
{
Text [ en-US ] = "Set Language for Selection" ;
};
String STR_SET_LANGUAGE_FOR_PARAGRAPH
{
Text [ en-US ] = "Set Language for Paragraph" ;
};
String STR_SET_LANGUAGE_FOR_ALL_TEXT
{
Text [ en-US ] = "Set Language for all Text" ;
};
String STR_LANGSTATUS_HINT
{
Text [ en-US ] = "Text Language. Right-click to set character or paragraph language" ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment