ByteString::GetQuotedToken isn't actually implemented, remove from api
This commit is contained in:
parent
e61f4e4636
commit
3be40d96b7
1 changed files with 0 additions and 3 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue