loop break

Change-Id: I8bebd2a21e14f1f012ff52b600babef6289fb52d
diff --git a/svtools/source/dialogs/RemoteFilesDialog.cxx b/svtools/source/dialogs/RemoteFilesDialog.cxx
index 9b6a322..b69d4bd4 100644
--- a/svtools/source/dialogs/RemoteFilesDialog.cxx
+++ b/svtools/source/dialogs/RemoteFilesDialog.cxx
@@ -141,6 +141,7 @@ IMPL_LINK_TYPED ( RemoteFilesDialog, EditServiceMenuHdl, MenuButton *, pButton, 
                    {
                        placesUrlsList[i] = pEditedService->GetUrl();
                        placesNamesList[i] = pEditedService->GetName();
                        break;
                    }
                }