diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-21 11:31:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-21 14:26:31 +0100 |
commit | 958f7b512cff932f7f2d52d128c297d0f0ab6354 (patch) | |
tree | 33d65c06a9575aafde39e3258d2a9c27130cfaab /include | |
parent | 288c606d84821026db130fc883825fdd0e2f65fe (diff) |
drop CharSet typedef
Change-Id: Ia160d7cbaa2ee71773483c3f91306f89cdad5947
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/string.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 21eb3c5587d8..6904e0ef5680 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -50,15 +50,6 @@ class UniString; RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_DEFAULT |\ RTL_TEXTTOUNICODE_FLAGS_INVALID_DEFAULT) -// CharSet - -#ifndef ENUM_CHARSET_DECLARED -#define ENUM_CHARSET_DECLARED - -typedef rtl_TextEncoding CharSet; - -#endif - // String-Types #ifdef STRING32 |