Kaydet (Commit) 84e98186 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin now unused U2B macro

Change-Id: Ic8f3b11fac527bfe8d6643be758c85bf53e496ef
üst 1817936b
...@@ -37,16 +37,6 @@ ________________________________________________________________________________ ...@@ -37,16 +37,6 @@ ________________________________________________________________________________
#define DECLARE_ASCII( SASCIIVALUE ) \ #define DECLARE_ASCII( SASCIIVALUE ) \
OUString( 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_ #endif // #ifndef __FRAMEWORK_MACROS_GENERIC_HXX_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment