sw/source/uibase/inc/envlop.hxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit c21d9c7636b638855cbcd04f862f7457599e0e31 Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Tue Apr 8 22:57:10 2025 +0200 Commit: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> CommitDate: Wed Apr 9 11:56:37 2025 +0200 tdf#152299 Drop unused defines Seem to be unused since 2018 commit 86b9824312d8d "weld pages of the insert envelope dialog" Change-Id: I7f62fc544ad20579cde3d2a56bb8db142cd9c3d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183859 Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> Tested-by: Jenkins diff --git a/sw/source/uibase/inc/envlop.hxx b/sw/source/uibase/inc/envlop.hxx index 302184f83b87..327e3d136394 100644 --- a/sw/source/uibase/inc/envlop.hxx +++ b/sw/source/uibase/inc/envlop.hxx @@ -24,9 +24,6 @@ #include <vcl/customweld.hxx> #include "envimg.hxx" -#define GetFieldVal(rField) (rField).Denormalize((rField).GetValue(FieldUnit::TWIP)) -#define SetFieldVal(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FieldUnit::TWIP) - inline int getfieldval(const weld::MetricSpinButton& rField) { return rField.denormalize(rField.get_value(FieldUnit::TWIP));