sdext/source/minimizer/optimizerdialog.hxx | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit 7c46846ad1aeeca7e38eb0aada6dc99b5fb701e3 Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Sat Jan 18 17:25:00 2025 +0100 Commit: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> CommitDate: Wed Apr 9 16:57:15 2025 +0200 tdf#152299 - Remove unused define(s) from C/C++ files Change-Id: I6969ecb1fda3ee4ff6861594cf46c8d3d5a0b9a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183887 Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> Tested-by: Jenkins diff --git a/sdext/source/minimizer/optimizerdialog.hxx b/sdext/source/minimizer/optimizerdialog.hxx index 2c62b6f56425..7bc77df76faa 100644 --- a/sdext/source/minimizer/optimizerdialog.hxx +++ b/sdext/source/minimizer/optimizerdialog.hxx @@ -28,14 +28,6 @@ #include <cppuhelper/implbase.hxx> #include <vcl/roadmapwizard.hxx> -#define OD_DIALOG_WIDTH 330 -#define DIALOG_HEIGHT 210 -#define BUTTON_WIDTH 50 -#define BUTTON_HEIGHT 14 - -#define PAGE_POS_X 91 -#define PAGE_WIDTH OD_DIALOG_WIDTH - PAGE_POS_X - #define ITEM_ID_INTRODUCTION 0 #define ITEM_ID_SLIDES 1 #define ITEM_ID_GRAPHIC_OPTIMIZATION 2