summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/inc/optab.h
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/optab.h')
-rw-r--r--sc/source/filter/inc/optab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/optab.h b/sc/source/filter/inc/optab.h
index d70eb1f29bb0..8f038d7f75d9 100644
--- a/sc/source/filter/inc/optab.h
+++ b/sc/source/filter/inc/optab.h
@@ -28,7 +28,7 @@
#ifndef SC_OPTAB_H
#define SC_OPTAB_H
-typedef void ( *OPCODE_FKT )( SvStream &aStream, USHORT nLaenge );
+typedef void ( *OPCODE_FKT )( SvStream &aStream, sal_uInt16 nLaenge );
#define FKT_LIMIT 101