diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 13:44:16 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 16:35:59 +0000 |
commit | 12bdc6093fbfd28b885f2783a6fc7a63547f0344 (patch) | |
tree | 83f762a81aca71cc72d4193e954df6f4050e9b87 /sw | |
parent | a0cc5cac5c39be76a7e79f2ebff9a6ffba046ccf (diff) |
DB_DELIM is not defined in non-existent ofa
Change-Id: I5327bf4a414ba647e84cea572bb18aa86c96316e
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/swtypes.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx index a77b55313c36..24b0ea0474e0 100644 --- a/sw/inc/swtypes.hxx +++ b/sw/inc/swtypes.hxx @@ -170,9 +170,7 @@ const sal_Unicode cMarkSeparator = '|'; // Sequences names for jumps are <name of sequence>!<no> const sal_Unicode cSequenceMarkSeparator = '!'; -#ifndef DB_DELIM // This is defined in OFA! #define DB_DELIM ((sal_Unicode)0xff) // Database <-> table separator. -#endif typedef sal_uInt16 SetAttrMode; |