summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/decl.h')
-rw-r--r--sc/source/filter/inc/decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/decl.h b/sc/source/filter/inc/decl.h
index e888b7dca5fe..35bcc2ef9ddc 100644
--- a/sc/source/filter/inc/decl.h
+++ b/sc/source/filter/inc/decl.h
@@ -38,7 +38,7 @@ typedef sal_Char STRING16[ 16 ];
typedef sal_Char STRING14[ 14 ];
typedef sal_Char STRING8[ 8 ];
typedef sal_Char STRING6[ 6 ];
-typedef USHORT USHORT4[ 4 ];
+typedef sal_uInt16 USHORT4[ 4 ];
//typedef unsigned short USHORT4[ 4 ];
#endif