summaryrefslogtreecommitdiffstats
path: root/sc/source/core/tool/interpr7.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/interpr7.cxx')
-rw-r--r--sc/source/core/tool/interpr7.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr7.cxx b/sc/source/core/tool/interpr7.cxx
index 027c40391583..67e1039d82ee 100644
--- a/sc/source/core/tool/interpr7.cxx
+++ b/sc/source/core/tool/interpr7.cxx
@@ -227,7 +227,7 @@ void ScInterpreter::ScEncodeURL()
OString aUtf8Str( aStr.toUtf8());
const sal_Int32 nLen = aUtf8Str.getLength();
- OStringBuffer aUrlBuf( nLen );;
+ OStringBuffer aUrlBuf( nLen );
for ( int i = 0; i < nLen; i++ )
{
sal_Char c = aUtf8Str[ i ];