[Libreoffice-commits] core.git: Branch 'feature/gsoc15-open-remote-files-dialog' - svtools/source
Szymon Kłos
eszkadev at gmail.com
Mon May 25 13:11:40 PDT 2015
svtools/source/dialogs/RemoteFilesDialog.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit dc29e48029ec8162bd6971e8353e66b0b8f015f7
Author: Szymon Kłos <eszkadev at gmail.com>
Date: Mon May 25 22:10:35 2015 +0200
loop break
Change-Id: I8bebd2a21e14f1f012ff52b600babef6289fb52d
diff --git a/svtools/source/dialogs/RemoteFilesDialog.cxx b/svtools/source/dialogs/RemoteFilesDialog.cxx
index 9b6a322..b69d4bd 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;
}
}
More information about the Libreoffice-commits
mailing list