diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-19 06:00:44 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-19 11:03:48 +0000 |
commit | e5090510cbc1e6130d0a173f3ceacba880d48ea4 (patch) | |
tree | 4c6adb4969c9e7a5443193cbe6f3e0eab5d84db4 /tools/inc | |
parent | 8eb5db89978547547510b2954918c9881eeecb52 (diff) |
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>
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/solar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index ad903c681b80..b1f3dacdbfbd 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 ) \ |