summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-28 11:47:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-29 09:56:07 +0100
commit3be40d96b7a14fb515f9f1b477cabcf96e6d469c (patch)
tree8c630743641104636539754d913a3a4436b1145d /tools/inc
parente61f4e4636be0abbf2f623b877254d386617eb8c (diff)
ByteString::GetQuotedToken isn't actually implemented, remove from api
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/string.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/inc/tools/string.hxx b/tools/inc/tools/string.hxx
index c94e694d2e9c..6f53f3f8a52b 100644
--- a/tools/inc/tools/string.hxx
+++ b/tools/inc/tools/string.hxx
@@ -295,9 +295,6 @@ public:
ByteString GetToken( xub_StrLen nToken, sal_Char cTok, xub_StrLen& rIndex ) const;
ByteString GetToken( xub_StrLen nToken, sal_Char cTok = ';' ) const;
- ByteString GetQuotedToken( xub_StrLen nToken, const ByteString& rQuotedPairs,
- sal_Char cTok = ';' ) const;
-
const sal_Char* GetBuffer() const { return mpData->maStr; }
sal_Char* GetBufferAccess();
void ReleaseBufferAccess( xub_StrLen nLen = STRING_LEN );