From f66d3e550246eca42012392e270c4660957597d6 Mon Sep 17 00:00:00 2001 From: Bogdan Buzea Date: Thu, 21 Nov 2024 20:11:19 +0100 Subject: tdf#152299 - Remove unused define(s) from C/C++ files Change-Id: I183330f8c2e947d6c8dffbcabc7da6c115e08a8c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176963 Tested-by: Jenkins Reviewed-by: Julien Nabet --- editeng/inc/editattr.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'editeng/inc') diff --git a/editeng/inc/editattr.hxx b/editeng/inc/editattr.hxx index 985a586c7fe3..b416acfe2279 100644 --- a/editeng/inc/editattr.hxx +++ b/editeng/inc/editattr.hxx @@ -52,7 +52,6 @@ class OutputDevice; class SvxCaseMapItem; class SfxGrabBagItem; -#define CH_FEATURE_OLD (sal_uInt8) 0xFF #define CH_FEATURE u'\x0001' #define CH_SOFTHYPHEN u'\x00AD' @@ -61,8 +60,6 @@ class SfxGrabBagItem; // => To determine the DefMetric simply use GetMetric(0) #define DEF_METRIC 0 - - // bFeature: Attribute must not expand/shrink, length is always 1 // bEdge: Attribute will not expand, if you want to expand just on the edge class EditCharAttrib -- cgit