summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl')
-rw-r--r--offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl6
1 files changed, 2 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl b/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
index 78661a7a6..4fbd54f81 100644
--- a/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
+++ b/offapi/com/sun/star/sheet/FormulaOpCodeMapEntry.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -28,9 +28,7 @@
#ifndef __com_sun_star_sheet_FormulaOpCodeMapEntry_idl__
#define __com_sun_star_sheet_FormulaOpCodeMapEntry_idl__
-#ifndef __com_sun_star_sheet_FormulaToken_idl__
#include <com/sun/star/sheet/FormulaToken.idl>
-#endif
//=============================================================================
@@ -41,7 +39,7 @@ module com { module sun { module star { module sheet {
/** contains a mapping from a formula name (function name, operator,
...) to the OpCode used by the formula compiler.
*/
-struct FormulaOpCodeMapEntry
+published struct FormulaOpCodeMapEntry
{
//-------------------------------------------------------------------------