From 7408508758d3e88fde78f205a28d67ebff3f47d4 Mon Sep 17 00:00:00 2001 From: Bogdan Buzea Date: Sat, 23 Nov 2024 15:11:37 +0100 Subject: [PATCH] tdf#152299 - Remove unused define(s) from C/C++ files Change-Id: I4176bf09032e5d6024432726927affc2514b61e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177141 Tested-by: Jenkins Reviewed-by: David Gilbert --- lotuswordpro/source/filter/bento.hxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx index 86d79b40c0b0..441b563a61c5 100644 --- a/lotuswordpro/source/filter/bento.hxx +++ b/lotuswordpro/source/filter/bento.hxx @@ -63,7 +63,6 @@ #include #include -#define BEN_CC __stdcall #ifdef COMP_BENTO #define BEN_EXPORT __declspec(dllexport) #else @@ -78,7 +77,6 @@ namespace OpenStormBento { #define BEN_CURR_MAJOR_VERSION 2 -#define BEN_CURR_MINOR_VERSION 0 #define BEN_MAGIC_BYTES_SIZE 8 #define BEN_LABEL_SIZE 24