summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formulabase.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/source/filter/inc/formulabase.hxx
parentc78f918a7cb267a713804b8feacc3425196d4428 (diff)
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
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