summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/inc/urihelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/inc/urihelper.hxx')
-rw-r--r--ucb/source/ucp/inc/urihelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/inc/urihelper.hxx b/ucb/source/ucp/inc/urihelper.hxx
index 146708c6ee48..19d459181b2f 100644
--- a/ucb/source/ucp/inc/urihelper.hxx
+++ b/ucb/source/ucp/inc/urihelper.hxx
@@ -80,7 +80,7 @@ namespace ucb_impl { namespace urihelper {
rtl_UriEncodeKeepEscapes, /* #i81690# */
RTL_TEXTENCODING_UTF8 );
- OUStringBuffer aResult;
+ OUStringBuffer aResult(256);
sal_Int32 nIndex = 0;
do
{