summaryrefslogtreecommitdiff
path: root/sw/inc/calc.hxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-04-21 19:28:47 -0400
committerThomas Arnhold <thomas@arnhold.org>2014-04-24 04:39:51 +0000
commitba39f1bf9b29f58b7593f01d552a4f1a42a637cb (patch)
treeab251de2ca0dbb92ab843bfa73c674adebb0ebf5 /sw/inc/calc.hxx
parentbff954c0c4e5f9acf18bfd9ae796bc5a937b7ff6 (diff)
Finish cleaning up ASCII art in the sw module
Change-Id: If4f11093b791902514dee8e216c92f66b075211d Reviewed-on: https://gerrit.libreoffice.org/9117 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r--sw/inc/calc.hxx17
1 files changed, 3 insertions, 14 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx
index 2d00ab550020..ead65e624129 100644
--- a/sw/inc/calc.hxx
+++ b/sw/inc/calc.hxx
@@ -35,9 +35,6 @@ class SwUserFieldType;
const sal_Unicode cListDelim = '|';
-/******************************************************************************
- * Calculate Operations
- ******************************************************************************/
enum SwCalcOper
{
CALC_NAME, CALC_NUMBER, CALC_ENDCALC,
@@ -58,8 +55,7 @@ enum SwCalcOper
CALC_DAY=284
};
-//-- Calculate Operations Strings -----------------------------------------
-
+// Calculate Operations Strings
extern const sal_Char sCalc_Add[];
extern const sal_Char sCalc_Sub[];
extern const sal_Char sCalc_Mul[];
@@ -91,9 +87,7 @@ extern const sal_Char sCalc_Tdif[];
extern const sal_Char sCalc_Round[];
extern const sal_Char sCalc_Date[];
-/******************************************************************************
- * Calculate ErrorCodes
- ******************************************************************************/
+// Calculate ErrorCodes
enum SwCalcError
{
CALC_NOERR=0,
@@ -128,9 +122,7 @@ public:
void SetVoidValue(bool bSet) {bVoid = bSet;}
};
-/******************************************************************************
- * Calculate HashTables for VarTable und Operations
- ******************************************************************************/
+// Calculate HashTables for VarTable und Operations
struct SwHash
{
SwHash( const OUString& rStr );
@@ -157,9 +149,6 @@ void DeleteHashTable( SwHash** ppTable, sal_uInt16 nTblSize );
struct _CalcOp;
_CalcOp* FindOperator( const OUString& rSearch );
-/******************************************************************************
- * class SwCalc
- ******************************************************************************/
class SwCalc
{
SwHash* VarTable[ TBLSZ ];