diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 18:59:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 19:00:37 +0100 |
commit | b42f8b451efa46d1aa62184541209e858d798b82 (patch) | |
tree | ffa569f074ca613fcf52d7ae4523bcd2695fee0c | |
parent | d89be2a78a7eca277bf2316258d79c0979999652 (diff) |
STRING_MATCH now unused
Change-Id: Ieb0364d275d052a6d6d0b1398f8cf16145ff948d
-rw-r--r-- | include/tools/string.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 482d098a8dda..ea43eb8bb05b 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -63,12 +63,10 @@ typedef rtl_TextEncoding CharSet; #ifdef STRING32 #define STRING_NOTFOUND ((xub_StrLen)0x7FFFFFFF) -#define STRING_MATCH ((xub_StrLen)0x7FFFFFFF) #define STRING_LEN ((xub_StrLen)0x7FFFFFFF) #define STRING_MAXLEN ((xub_StrLen)0x7FFFFFFF) #else #define STRING_NOTFOUND ((xub_StrLen)0xFFFF) -#define STRING_MATCH ((xub_StrLen)0xFFFF) #define STRING_LEN ((xub_StrLen)0xFFFF) #define STRING_MAXLEN ((xub_StrLen)0xFFFF) #endif |