| commit | 05748c000fcbd40bb2f9623e6ec1ff232bb1a7a5 | [log] |
|---|---|---|
| author | Szymon Kłos <eszkadev@gmail.com> | Mon May 25 22:10:35 2015 +0200 |
| committer | Szymon Kłos <eszkadev@gmail.com> | Thu Jul 16 09:52:37 2015 +0200 |
| tree | 7ffa0f5407632535049ed9779250271979c4d720 | |
| parent | 9bb984661e8059fa0ba1110e2c4de894b3e54d2e [diff] |
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; } }