summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/parclass.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/inc/parclass.hxx')
-rw-r--r--sc/source/core/inc/parclass.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/parclass.hxx b/sc/source/core/inc/parclass.hxx
index 4df70f098d6f..004c82c253c4 100644
--- a/sc/source/core/inc/parclass.hxx
+++ b/sc/source/core/inc/parclass.hxx
@@ -86,7 +86,7 @@ public:
/** Whether OpCode has a parameter of type
ForceArray or ReferenceOrForceArray. */
- static inline bool HasForceArray( OpCode eOp)
+ static bool HasForceArray( OpCode eOp)
{
return 0 <= (short)eOp &&
eOp <= SC_OPCODE_LAST_OPCODE_ID &&