summaryrefslogtreecommitdiffstats
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-02-25 17:52:23 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-02-25 17:59:40 +0100
commit4f4e4e40f5b79a4dba46ffedd11cafa7beb08a87 (patch)
treec158b93b176b084eac024c0e3b5e94e18911f50f /svtools/source/dialogs
parentremove duplicate line (diff)
downloadcore-4f4e4e40f5b79a4dba46ffedd11cafa7beb08a87.tar.gz
core-4f4e4e40f5b79a4dba46ffedd11cafa7beb08a87.zip
loplugin: improve indentation
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r--svtools/source/dialogs/ServerDetailsControls.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/dialogs/ServerDetailsControls.cxx b/svtools/source/dialogs/ServerDetailsControls.cxx
index 3bdae1bdc8c0..a9e3e4dd9060 100644
--- a/svtools/source/dialogs/ServerDetailsControls.cxx
+++ b/svtools/source/dialogs/ServerDetailsControls.cxx
@@ -126,7 +126,7 @@ INetURLObject HostDetailsContainer::getUrl( )
if ( !sPath.isEmpty( ) )
if ( sPath.indexOf( '/' ) != 0 )
sUrl += "/";
- sUrl += sPath;
+ sUrl += sPath;
}
return INetURLObject( sUrl );
@@ -235,7 +235,7 @@ INetURLObject SmbDetailsContainer::getUrl( )
if ( !sPath.isEmpty( ) )
if ( sPath.indexOf( '/' ) != 0 )
sUrl += "/";
- sUrl += sPath;
+ sUrl += sPath;
}
return INetURLObject( sUrl );