diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-26 10:34:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 10:27:30 +0200 |
commit | 99e5749e80998e674b0f5cf8e5958632f49bbe50 (patch) | |
tree | 6e9f6e5e4d3a1cb45a7df3358d06da49a0421873 /sc/inc | |
parent | 44af42016eebc85c8b2f6e21efc2da7e732432fb (diff) |
remove unused code ScRangeStringConverter::GetRangeListFromString
full signature:
ScRangeStringConverter::GetRangeListFromString(
css::uno::Sequence<css::table::CellRangeAddress>&,
rtl::OUString const&, ScDocument const*,
formula::FormulaGrammar::AddressConvention,
unsigned short, unsigned short)
Change-Id: I61784cb55fb82caaeed22ddae94017c3ea630990
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/rangeutl.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx index 0da652cba29a..fdde8f6517d6 100644 --- a/sc/inc/rangeutl.hxx +++ b/sc/inc/rangeutl.hxx @@ -180,13 +180,6 @@ public: sal_Int32& nOffset, sal_Unicode cSeparator = ' ', sal_Unicode cQuote = '\''); - static bool GetRangeListFromString( - ::com::sun::star::uno::Sequence< ::com::sun::star::table::CellRangeAddress >& rRangeSeq, - const OUString& rRangeListStr, - const ScDocument* pDocument, - formula::FormulaGrammar::AddressConvention eConv, - sal_Unicode cSeparator = ' ', - sal_Unicode cQuote = '\''); /// Range to String core static void GetStringFromAddress( |