From 7fd6d43c1dae1548aca5ae4ed6d63cbf7e10b7ea Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 8 Sep 2013 16:34:47 +0100 Subject: Related: fdo#38838 String::GetBufferAccess is now no more Change-Id: I9fdd600fd0a530c0763875109eee6600e4a77879 --- tools/source/string/tustring.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'tools') diff --git a/tools/source/string/tustring.cxx b/tools/source/string/tustring.cxx index a23f0fcfa766..13b1e42400af 100644 --- a/tools/source/string/tustring.cxx +++ b/tools/source/string/tustring.cxx @@ -228,18 +228,6 @@ StringCompare STRING::CompareIgnoreCaseToAscii( const STRING& rStr, return COMPARE_GREATER; } -STRCODE* STRING::GetBufferAccess() -{ - DBG_CHKTHIS( STRING, DBGCHECKSTRING ); - - // Copy data if necessary - if ( mpData->mnLen ) - ImplCopyData(); - - // return pointer to string data - return mpData->maStr; -} - STRING& STRING::Insert( STRCODE c, xub_StrLen nIndex ) { DBG_CHKTHIS( STRING, DBGCHECKSTRING ); -- cgit