summaryrefslogtreecommitdiff
path: root/framework/inc/macros
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-09 00:31:38 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-09 00:31:38 +0300
commit84e981865871ea75d8a2493a8be349b3b93d2e7a (patch)
tree07f408c50f3e4110d07602209324a720069c8a64 /framework/inc/macros
parent1817936b282af280b7536ba1f925c58b56e1fbd4 (diff)
Bin now unused U2B macro
Change-Id: Ic8f3b11fac527bfe8d6643be758c85bf53e496ef
Diffstat (limited to 'framework/inc/macros')
-rw-r--r--framework/inc/macros/generic.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/framework/inc/macros/generic.hxx b/framework/inc/macros/generic.hxx
index 2b0e918d048d..71898af42c6b 100644
--- a/framework/inc/macros/generic.hxx
+++ b/framework/inc/macros/generic.hxx
@@ -37,16 +37,6 @@ ________________________________________________________________________________
#define DECLARE_ASCII( SASCIIVALUE ) \
OUString( SASCIIVALUE )
-/*_________________________________________________________________________________________________________________
- U2B( SUNICODEVALUE )
-
- Use it to convert unicode strings to ascii values and reverse ...
- We use UTF8 as default textencoding.
-_________________________________________________________________________________________________________________*/
-
-#define U2B( SUNICODEVALUE ) \
- OUStringToOString( SUNICODEVALUE, RTL_TEXTENCODING_UTF8 )
-
#endif // #ifndef __FRAMEWORK_MACROS_GENERIC_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */