diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-04 14:30:13 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-05 11:10:17 -0400 |
commit | d789d1a1966b4385343db6b9c5a4d855147817e2 (patch) | |
tree | 0265f0dedf92893ce60d7a2b893dd579e8936875 /editeng/inc | |
parent | a8aa83867e122fdfcda3221c0b94a0e8cb7bad09 (diff) |
Avoid the ID of unknown field being the highest number of all field IDs.
Change-Id: Ifcc62cd15dcfe0cb37f7c851930ff103384f3827
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/unofield.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/inc/editeng/unofield.hxx b/editeng/inc/editeng/unofield.hxx index 2c53fb7db499..13e8e70d3c23 100644 --- a/editeng/inc/editeng/unofield.hxx +++ b/editeng/inc/editeng/unofield.hxx @@ -57,7 +57,6 @@ #define ID_HEADERFIELD 12 #define ID_FOOTERFIELD 13 #define ID_DATETIMEFIELD 14 -#define ID_UNKNOWN 15 // this must be the last entry class SvxUnoFieldData_Impl; class SfxItemPropertySet; |