summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formulabase.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-12 09:37:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-12 13:27:12 +0000
commita705b8fe9d4f57fb51e2e4bf474dfde4bf58337e (patch)
treeb1c83f5cf0422f5f83c967a309140414156ac91f /sc/source/filter/inc/formulabase.hxx
parent6f6056b62e2107b325624832d851b09711a11dd8 (diff)
callcatcher: update unused code list
Change-Id: Iff29c1f0a795d920a071eadc64e6639ff7506fff
Diffstat (limited to 'sc/source/filter/inc/formulabase.hxx')
-rw-r--r--sc/source/filter/inc/formulabase.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/filter/inc/formulabase.hxx b/sc/source/filter/inc/formulabase.hxx
index bd5c44557214..404554ba67d3 100644
--- a/sc/source/filter/inc/formulabase.hxx
+++ b/sc/source/filter/inc/formulabase.hxx
@@ -673,20 +673,6 @@ public:
const BinRange& rRange,
bool bAbsolute );
- /** Generates a cell range list string in A1:A1 notation from the passed
- cell range addresses. May enclose multiple ranges into parentheses.
-
- @param rRanges The list of cell range addresses.
- @param bAbsolute True = adds dollar signs before columns and rows.
- @param cSeparator Separator character between ranges.
- @param bEncloseMultiple True = enclose multiple ranges in parentheses.
- */
- static ::rtl::OUString generateRangeList2dString(
- const ApiCellRangeList& rRanges,
- bool bAbsolute,
- sal_Unicode cSeparator,
- bool bEncloseMultiple );
-
// ------------------------------------------------------------------------
/** Generates a string in Calc formula notation from the passed string.