fix build error
This commit is contained in:
parent
5ef4ae7290
commit
7f56b38a28
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@
|
|||
#include <list>
|
||||
|
||||
|
||||
#define A2OU(x) ::rtl::OUString::createFromAscii( x )
|
||||
#ifndef A2OU
|
||||
# define A2OU(x) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x ))
|
||||
#endif
|
||||
|
||||
#define OU2A(rtlOUString) \
|
||||
::rtl::OString((rtlOUString).getStr(), (rtlOUString).getLength(), \
|
||||
|
|
Loading…
Reference in a new issue