Kaydet (Commit) e5090510 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

remove unused define

Change-Id: Ia000af4680ea5a58db52ca0c341b1a454b3de4c1
Reviewed-on: https://gerrit.libreoffice.org/890Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
Tested-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
üst 8eb5db89
......@@ -183,7 +183,6 @@ template<typename T> inline T Abs(T a) { return (a>=0?a:-a); }
#define UniString String
#define XubString String
#define xub_Unicode sal_Unicode
#define xub_StrLen sal_uInt16
#define LIBRARY_CONCAT3( s1, s2, s3 ) \
......
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