[Libreoffice-commits] .: tools/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Oct 19 04:04:12 PDT 2012
tools/inc/tools/solar.h | 1 -
1 file changed, 1 deletion(-)
New commits:
commit e5090510cbc1e6130d0a173f3ceacba880d48ea4
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Fri Oct 19 06:00:44 2012 -0500
remove unused define
Change-Id: Ia000af4680ea5a58db52ca0c341b1a454b3de4c1
Reviewed-on: https://gerrit.libreoffice.org/890
Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h
index ad903c6..b1f3dac 100644
--- a/tools/inc/tools/solar.h
+++ b/tools/inc/tools/solar.h
@@ -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 ) \
More information about the Libreoffice-commits
mailing list