From 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 23 Dec 2014 09:47:48 +0200 Subject: brute-force find-and-remove of unused #define constants. Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb --- forms/source/component/EditBase.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'forms') diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx index 1147dbb6c611..8d8325c37d8e 100644 --- a/forms/source/component/EditBase.hxx +++ b/forms/source/component/EditBase.hxx @@ -36,12 +36,6 @@ // If done so, this class will write an version without a call to writeCommonEditProperties. #define PF_FAKE_FORMATTED_FIELD 0x4000 // .... hmmm .... a fake, as the name suggests. see OFormattedFieldWrapper -#define PF_RESERVED_2 0x2000 -#define PF_RESERVED_3 0x1000 -#define PF_RESERVED_4 0x0800 -#define PF_RESERVED_5 0x0400 -#define PF_RESERVED_6 0x0200 -#define PF_RESERVED_7 0x0100 #define PF_SPECIAL_FLAGS 0xFF00 -- cgit