include/svx/grfcrop.hxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 89c431aa997293023e09919c8f7bb5b54a544029
Author: Bogdan Buzea <[email protected]>
AuthorDate: Sat Nov 23 09:42:03 2024 +0100
Commit: Julien Nabet <[email protected]>
CommitDate: Sat Nov 23 13:19:32 2024 +0100
tdf#152299 - Remove unused define(s) from C/C++ files
Change-Id: I1e460b817dd876977e520251b6a79d9fb9c283d0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177100
Tested-by: Jenkins
Reviewed-by: Julien Nabet <[email protected]>
diff --git a/include/svx/grfcrop.hxx b/include/svx/grfcrop.hxx
index ff17e66e0c03..615a750a1c01 100644
--- a/include/svx/grfcrop.hxx
+++ b/include/svx/grfcrop.hxx
@@ -23,9 +23,6 @@
#include <svl/poolitem.hxx>
#include <svx/svxdllapi.h>
-#define GRFCROP_VERSION_SWDEFAULT 0
-#define GRFCROP_VERSION_MOVETOSVX 1
-
class SVXCORE_DLLPUBLIC SvxGrfCrop : public SfxPoolItem
{
sal_Int32 m_nLeft, m_nRight, m_nTop, m_nBottom;