diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2011-10-20 23:11:17 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2011-10-20 23:11:17 +0400 |
commit | d72701bba66817fbd0ddcb8dea969aea49f8426a (patch) | |
tree | 292c117d6ea1bb75b1b41c7113dcdbcd5d6bdfa1 /tools/inc | |
parent | 593e4c36d2f199cc3b82be587bc7674c2f394d06 (diff) |
bye-bye old range parser
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/multisel.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/inc/tools/multisel.hxx b/tools/inc/tools/multisel.hxx index 6d3c3de7a5f6..a979c23b5f6e 100644 --- a/tools/inc/tools/multisel.hxx +++ b/tools/inc/tools/multisel.hxx @@ -71,9 +71,6 @@ public: MultiSelection(); MultiSelection( const MultiSelection& rOrig ); MultiSelection( const Range& rRange ); - MultiSelection( const UniString& rString, - sal_Unicode cRange = '-', - sal_Unicode cSep = ';' ); ~MultiSelection(); MultiSelection& operator= ( const MultiSelection& rOrig ); |