there's no need for this nutso redefine
both BMP_PLUGIN resources point to the same plugin.png ultimately Change-Id: Ifa1cc00698f749ba84f17a79074c73e080e1d356
This commit is contained in:
@@ -377,7 +377,6 @@ def filter_ignore(line, module):
|
||||
ignore_list += [
|
||||
'sdgslots.hxx', # special directives
|
||||
'sdslots.hxx', # special directives
|
||||
'svtools/sores.hxx', # redefines BMP_PLUGIN defined in svtools.hrc
|
||||
]
|
||||
if module == 'sfx2':
|
||||
ignore_list += [
|
||||
|
@@ -27,11 +27,6 @@
|
||||
#define STR_FURTHER_OBJECT 32026
|
||||
#define STR_UNKNOWN_SOURCE 32027
|
||||
|
||||
#ifdef BMP_PLUGIN
|
||||
#undef BMP_PLUGIN
|
||||
#endif
|
||||
#define BMP_PLUGIN 32000
|
||||
|
||||
// Sot Format Strings
|
||||
#define STR_FORMAT_START 32100
|
||||
#define STR_FORMAT_STRING (STR_FORMAT_START + 1)
|
||||
|
@@ -185,10 +185,6 @@ String STR_FURTHER_OBJECT
|
||||
Text [ en-US ] = "Further objects" ;
|
||||
};
|
||||
|
||||
Bitmap BMP_PLUGIN
|
||||
{
|
||||
File = "plugin.png" ;
|
||||
};
|
||||
String STR_UNKNOWN_SOURCE
|
||||
{
|
||||
Text [ en-US ] = "Unknown source" ;
|
||||
|
Reference in New Issue
Block a user