summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/chart2uno.cxx')
-rw-r--r--sc/source/ui/unoobj/chart2uno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx
index 2a3873b56a16..4c2989dc4fbe 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -243,7 +243,7 @@ vector<ScTokenRef>* TokenTable::getAllRanges() const
return pTokens.release();
}
-// ============================================================================
+
typedef std::map<sal_uInt32, FormulaToken*> FormulaTokenMap;
typedef std::map<sal_uInt32, FormulaTokenMap*> FormulaTokenMapMap;
@@ -830,7 +830,7 @@ void Chart2Positioner::createPositionMap()
}
}
-// ============================================================================
+
/**
* Function object to create a range string from a token list.
@@ -1266,7 +1266,7 @@ bool lcl_addUpperLeftCornerIfMissing(vector<ScTokenRef>& rRefTokens,
}
// Check if the following conditions are met:
- //
+
// 1) The upper-left corner cell is not included.
// 2) The three adjacent cells of that corner cell are included.