diff options
Diffstat (limited to 'include/tools/string.hxx')
-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 ); } |