Kaydet (Commit) fa9eb251 authored tarafından Michael Stahl's avatar Michael Stahl

vcl: fix build, remove dead SV_ICON_ID_PRINTERADMIN icons

e8ef62f6 only removed the .png files

Change-Id: I8d6a8cd542495c596252bfe9026c420b8d855246
üst 8f21be49
......@@ -195,7 +195,6 @@
#define SV_ICON_ID_TEMPLATE 11
#define SV_ICON_ID_DATABASE 12
#define SV_ICON_ID_FORMULA 13
#define SV_ICON_ID_PRINTERADMIN 501
#endif // INCLUDED_VCL_INC_SVIDS_HRC
......
......@@ -274,21 +274,6 @@ Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_TEMPLATE)
File = "mainapp_16_8.png" ;
};
Bitmap (SV_ICON_SIZE48_START + SV_ICON_ID_PRINTERADMIN)
{
File = "printeradmin_48_8.png" ;
};
Bitmap (SV_ICON_SIZE32_START + SV_ICON_ID_PRINTERADMIN)
{
File = "printeradmin_32_8.png" ;
};
Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_PRINTERADMIN)
{
File = "printeradmin_16_8.png" ;
};
Bitmap (SV_ICON_LARGE_START)
{
File = "mainapp_32.png" ;
......@@ -409,16 +394,6 @@ Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_TEMPLATE)
File = "sx03242.png" ;
};
Bitmap (SV_ICON_LARGE_START + SV_ICON_ID_PRINTERADMIN)
{
File = "printeradmin_32.png" ;
};
Bitmap (SV_ICON_SMALL_START + SV_ICON_ID_PRINTERADMIN)
{
File = "printeradmin_16.png" ;
};
Bitmap SV_DISCLOSURE_PLUS
{
File = "plus.png";
......
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