summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formulabase.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-15 18:23:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-17 09:35:25 +0000
commit68d421bdac59295bf91457def4cc041ea5c3d8d0 (patch)
tree543f5fef4389e223073e23ca04ff5685620c0ae0 /sc/source/filter/inc/formulabase.hxx
parent0d5644bbe90e87ccd646276bfc545c3201caa005 (diff)
callcatcher: update unusedcode code list
Change-Id: I3ba30e0745c8f2adac29a6c4ff15a8156cee4baf
Diffstat (limited to 'sc/source/filter/inc/formulabase.hxx')
-rw-r--r--sc/source/filter/inc/formulabase.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/filter/inc/formulabase.hxx b/sc/source/filter/inc/formulabase.hxx
index 342e5338791b..8fbe09d60679 100644
--- a/sc/source/filter/inc/formulabase.hxx
+++ b/sc/source/filter/inc/formulabase.hxx
@@ -653,16 +653,6 @@ public:
const BinAddress& rAddress,
bool bAbsolute );
- /** Generates a cell range string in A1:A1 notation from the passed binary
- cell range address.
-
- @param rRange The cell range address containing column and row indexes.
- @param bAbsolute True = adds dollar signs before columns and rows.
- */
- static ::rtl::OUString generateRange2dString(
- const BinRange& rRange,
- bool bAbsolute );
-
// ------------------------------------------------------------------------
/** Generates a string in Calc formula notation from the passed string.