remove unused define

Change-Id: Ia000af4680ea5a58db52ca0c341b1a454b3de4c1
Reviewed-on: https://gerrit.libreoffice.org/890
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
This commit is contained in:
Norbert Thiebaud 2012-10-19 06:00:44 -05:00
parent 8eb5db8997
commit e5090510cb

View File

@ -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 ) \