diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-08 14:52:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-08 14:52:59 +0100 |
commit | ce9c390e1a100921fd4300d6acb602b4af2b7003 (patch) | |
tree | 90e3be5f1fab209aed9ec63abd24dd17c2d25a04 /include | |
parent | 3b21a1657b314b72049e8881d7f21cf56fb72484 (diff) |
Related: fdo#38838 String::ReleaseBufferAccess is now no more
Change-Id: Ib5390183e3d98a23f9243debfe3624561ca92535
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/string.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index c26fee36ab65..03313273853a 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -274,7 +274,6 @@ public: const sal_Unicode* GetBuffer() const { return mpData->maStr; } sal_Unicode* GetBufferAccess(); - void ReleaseBufferAccess( xub_StrLen nLen = STRING_LEN ); friend sal_Bool operator == ( const UniString& rStr1, const UniString& rStr2 ) { return rStr1.Equals( rStr2 ); } |