summaryrefslogtreecommitdiff
path: root/sc/source/core/data/globalx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/globalx.cxx')
-rw-r--r--sc/source/core/data/globalx.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/data/globalx.cxx b/sc/source/core/data/globalx.cxx
index be5cf810a967..6fb5a5046364 100644
--- a/sc/source/core/data/globalx.cxx
+++ b/sc/source/core/data/globalx.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -71,8 +71,8 @@ void ScGlobal::InitAddIns()
String aPath( aMultiPath.GetToken( 0, ';', nIndex ) );
if ( aPath.Len() > 0 )
{
- // use LocalFileHelper to convert the path to a URL that always points
- // to the file on the server
+ // use LocalFileHelper to convert the path to a URL that always points
+ // to the file on the server
String aUrl;
if ( utl::LocalFileHelper::ConvertPhysicalNameToURL( aPath, aUrl ) )
aPath = aUrl;