summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formulabase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/formulabase.hxx')
-rw-r--r--sc/source/filter/inc/formulabase.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/source/filter/inc/formulabase.hxx b/sc/source/filter/inc/formulabase.hxx
index dd4bf610309f..b46ade5f885c 100644
--- a/sc/source/filter/inc/formulabase.hxx
+++ b/sc/source/filter/inc/formulabase.hxx
@@ -242,8 +242,6 @@ struct BinSingleRef2d
void readBiff8Data( BiffInputStream& rStrm, bool bRelativeAsOffset );
};
-
-
/** A 2D formula cell range reference struct with relative flags. */
struct BinComplexRef2d
{
@@ -472,8 +470,6 @@ enum FunctionLibraryType
FUNCLIB_EUROTOOL /// EuroTool add-in with EUROCONVERT function.
};
-
-
/** Represents information for a spreadsheet function.
The member mpParamInfos points to a C-array of type information structures
@@ -634,8 +630,6 @@ class FormulaProcessorBase : public OpCodeProvider, protected ApiOpCodes, public
public:
explicit FormulaProcessorBase( const WorkbookHelper& rHelper );
-
-
/** Generates a cell address string in A1 notation from the passed cell
address.
@@ -656,8 +650,6 @@ public:
const BinAddress& rAddress,
bool bAbsolute );
-
-
/** Generates a string in Calc formula notation from the passed string.
@param rString The string value.
@@ -674,8 +666,6 @@ public:
*/
static OUString generateApiArray( const Matrix< ::com::sun::star::uno::Any >& rMatrix );
-
-
/** Tries to extract a single cell reference from a formula token sequence.
@param rTokens The token sequence to be parsed. Should contain exactly
@@ -792,8 +782,6 @@ public:
bool bTrimLeadingSpaces ) const;
};
-
-
} // namespace xls
} // namespace oox