Kaydet (Commit) 7f56b38a authored tarafından Caolán McNamara's avatar Caolán McNamara

fix build error

üst 5ef4ae72
...@@ -39,7 +39,9 @@ ...@@ -39,7 +39,9 @@
#include <list> #include <list>
#define A2OU(x) ::rtl::OUString::createFromAscii( x ) #ifndef A2OU
# define A2OU(x) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x ))
#endif
#define OU2A(rtlOUString) \ #define OU2A(rtlOUString) \
::rtl::OString((rtlOUString).getStr(), (rtlOUString).getLength(), \ ::rtl::OString((rtlOUString).getStr(), (rtlOUString).getLength(), \
......
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