Kaydet (Commit) d7262f44 authored tarafından Rob Snelders's avatar Rob Snelders Kaydeden (comit) Fridrich Štrba

fdo#48874 - remove html export dialog artwork

Change-Id: I13266d4edbd48742f3e96ff45fbd4f1c3cd25629
üst 0f8f92a5
......@@ -26,7 +26,6 @@
************************************************************************/
#define PAGE1_BMP 1
#define PAGE1_TITEL 2
#define PAGE1_NEW_DESIGN 3
#define PAGE1_OLD_DESIGN 4
......@@ -36,7 +35,6 @@
//////////////////////////////
#define PAGE2_BMP 20
#define PAGE2_TITEL 21
#define PAGE2_STANDARD 22
#define PAGE2_FRAMES 23
......@@ -72,7 +70,6 @@
//////////////////////////////
#define PAGE3_BMP 50
#define PAGE3_TITEL_1 51
#define PAGE3_PNG 51
#define PAGE3_GIF 52
......@@ -90,7 +87,6 @@
//////////////////////////////
#define PAGE4_BMP 65
#define PAGE4_TITEL_1 66
#define PAGE4_AUTHOR_TXT 67
#define PAGE4_AUTHOR 68
......@@ -105,7 +101,6 @@
//////////////////////////////
#define PAGE5_BMP 80
#define PAGE5_TITEL 81
#define PAGE5_TEXTONLY 82
#define PAGE5_BUTTONS 83
......@@ -115,7 +110,6 @@
//////////////////////////////
#define PAGE6_BMP 100
#define PAGE6_TITEL 101
#define PAGE6_DEFAULT 102
#define PAGE6_USER 103
......
......@@ -67,7 +67,6 @@ class SdPublishingDlg : public ModalDialog
{
private:
// page 1 controls
FixedBitmap* pPage1_Bmp;
FixedLine* pPage1_Titel;
RadioButton* pPage1_NewDesign;
RadioButton* pPage1_OldDesign;
......@@ -76,7 +75,6 @@ private:
FixedText* pPage1_Desc;
// page 2 controls
FixedBitmap* pPage2_Bmp;
FixedLine* pPage2_Titel;
RadioButton* pPage2_Standard;
RadioButton* pPage2_Frames;
......@@ -109,7 +107,6 @@ private:
CheckBox* pPage2_Endless;
// page 3 controls
FixedBitmap* pPage3_Bmp;
FixedLine* pPage3_Titel1;
RadioButton* pPage3_Png;
RadioButton* pPage3_Gif;
......@@ -126,7 +123,6 @@ private:
CheckBox* pPage3_HiddenSlides;
// page 4 controls
FixedBitmap* pPage4_Bmp;
FixedLine* pPage4_Titel1;
FixedText* pPage4_Author_txt;
Edit* pPage4_Author;
......@@ -140,14 +136,12 @@ private:
// page 5 controls
FixedBitmap* pPage5_Bmp;
FixedLine* pPage5_Titel;
CheckBox* pPage5_TextOnly;
ValueSet* pPage5_Buttons;
// page 6 controls
FixedBitmap* pPage6_Bmp;
FixedLine* pPage6_Titel;
RadioButton* pPage6_Default;
RadioButton* pPage6_User;
......
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