summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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 );