summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-06-16 17:09:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-02-17 22:21:57 +0000
commit5b3022860abfe7eefd2e25b60b5b2a563b42b3c0 (patch)
tree2282861b405cad2e8f8e60f20d614a8e7b1d0f2f /wizards/source
parent9bc537b7943bc4d82e759b394941f89c35658516 (diff)
tdf#99967 Drop Web Wizard
Change-Id: Ibc0f45a03e16f3fe4ee54b24de30ba88e43a4aab Reviewed-on: https://gerrit.libreoffice.org/26381 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source')
-rw-r--r--wizards/source/imagelists/imagelists.src58
1 files changed, 2 insertions, 56 deletions
diff --git a/wizards/source/imagelists/imagelists.src b/wizards/source/imagelists/imagelists.src
index 3da2bec38257..592cd52ae5ba 100644
--- a/wizards/source/imagelists/imagelists.src
+++ b/wizards/source/imagelists/imagelists.src
@@ -16,9 +16,9 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#define REPORTWIZARD_BASE 1000
+
+#define REPORTWIZARD_BASE 1000
#define FORMWIZARD_BASE 1100
-#define WEBWIZARD_BASE 1200
#define BMP_REPORT_ORIENTATION_PORTRAIT REPORTWIZARD_BASE + 0
Bitmap BMP_REPORT_ORIENTATION_PORTRAIT
@@ -56,58 +56,4 @@ Bitmap BMP_FORM_ARRANGEFREE
File = "formarrangefree_42.png";
};
-#define BMP_WEB_LAYOUT_TABLE3 WEBWIZARD_BASE + 0
-Bitmap BMP_WEB_LAYOUT_TABLE3
-{
- File = "table_3.png";
-};
-
-#define BMP_WEB_LAYOUT_TABLE2 WEBWIZARD_BASE + 2
-Bitmap BMP_WEB_LAYOUT_TABLE2
-{
- File = "table_2.png";
-};
-
-#define BMP_WEB_LAYOUT_SIMPLE WEBWIZARD_BASE + 4
-Bitmap BMP_WEB_LAYOUT_SIMPLE
-{
- File = "simple.png";
-};
-
-#define BMP_WEB_LAYOUT_DIAGONAL WEBWIZARD_BASE + 6
-Bitmap BMP_WEB_LAYOUT_DIAGONAL
-{
- File = "diagonal.png";
-};
-
-#define BMP_WEB_LAYOUT_ZIGZAG WEBWIZARD_BASE + 8
-Bitmap BMP_WEB_LAYOUT_ZIGZAG
-{
- File = "zigzag.png";
-};
-
-#define BMP_WEB_LAYOUT_FRAMELEFT WEBWIZARD_BASE + 10
-Bitmap BMP_WEB_LAYOUT_FRAMELEFT
-{
- File = "frame_left.png";
-};
-
-#define BMP_WEB_LAYOUT_FRAMERIGHT WEBWIZARD_BASE + 12
-Bitmap BMP_WEB_LAYOUT_FRAMERIGHT
-{
- File = "frame_right.png";
-};
-
-#define BMP_WEB_LAYOUT_FRAMETOP WEBWIZARD_BASE + 14
-Bitmap BMP_WEB_LAYOUT_FRAMETOP
-{
- File = "frame_top.png";
-};
-
-#define BMP_WEB_LAYOUT_FRAMEBOTTOM WEBWIZARD_BASE + 16
-Bitmap BMP_WEB_LAYOUT_FRAMEBOTTOM
-{
- File = "frame_bottom.png";
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */