diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-08 16:34:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-08 20:44:25 +0100 |
commit | 7fd6d43c1dae1548aca5ae4ed6d63cbf7e10b7ea (patch) | |
tree | bfb79a7732e4948b871856a89c3affdc0877cc2a /include | |
parent | a77a573883ce49d045159bdf3f8735594d1e81b4 (diff) |
Related: fdo#38838 String::GetBufferAccess is now no more
Change-Id: I9fdd600fd0a530c0763875109eee6600e4a77879
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 03313273853a..b744f88e44e3 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -273,7 +273,6 @@ public: UniString GetToken( xub_StrLen nToken, sal_Unicode cTok = ';' ) const; const sal_Unicode* GetBuffer() const { return mpData->maStr; } - sal_Unicode* GetBufferAccess(); friend sal_Bool operator == ( const UniString& rStr1, const UniString& rStr2 ) { return rStr1.Equals( rStr2 ); } |