summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-21 11:31:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-21 14:26:31 +0100
commit958f7b512cff932f7f2d52d128c297d0f0ab6354 (patch)
tree33d65c06a9575aafde39e3258d2a9c27130cfaab /include/tools
parentfix GetSelectedText use in OSL_DEBUG_LEVEL > 1 (diff)
downloadcore-958f7b512cff932f7f2d52d128c297d0f0ab6354.tar.gz
core-958f7b512cff932f7f2d52d128c297d0f0ab6354.zip
drop CharSet typedef
Change-Id: Ia160d7cbaa2ee71773483c3f91306f89cdad5947
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/string.hxx9
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