diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-27 10:01:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-27 10:01:19 +0100 |
commit | a720ff09d8ee03248865599a691314199925dbf8 (patch) | |
tree | 88215e04a831d39d3783d2bf1bd68d1343bcf26a /include/tools | |
parent | 7c542bf0daf49f6c733d3f0af0f6e4dee6928479 (diff) |
Related: fdo#38838 AllocBuffer is now unused
Change-Id: Ib2cf99f3dd9ce5e3acc7364d07d6b6e5d03de423
Diffstat (limited to 'include/tools')
-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 b70d98879cc9..7b8793c96097 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -276,7 +276,6 @@ public: const sal_Unicode* GetBuffer() const { return mpData->maStr; } sal_Unicode* GetBufferAccess(); void ReleaseBufferAccess( xub_StrLen nLen = STRING_LEN ); - sal_Unicode* AllocBuffer( xub_StrLen nLen ); friend sal_Bool operator == ( const UniString& rStr1, const UniString& rStr2 ) { return rStr1.Equals( rStr2 ); } |