diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-11-21 20:11:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-11-23 15:00:23 +0100 |
commit | f66d3e550246eca42012392e270c4660957597d6 (patch) | |
tree | 6613984a91874b39a0569f5727498ea420795445 /editeng/inc | |
parent | d4bc4d9e9f6af7d13c54be38f59f1f330b7adfdc (diff) |
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 <serval2412@yahoo.fr>
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editattr.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 |