--- onlineupdate/source/update/updater/progressui_gtk.cpp +++ onlineupdate/source/update/updater/progressui_gtk.cpp @@ -94,7 +94,7 @@ gtk_window_set_icon(GTK_WINDOW(sWin), sPixbuf); g_object_unref(sPixbuf); - GtkWidget* vbox = gtk_vbox_new(TRUE, 6); + GtkWidget* vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 6); sLabel = gtk_label_new(sStrings.info.get()); gtk_misc_set_alignment(GTK_MISC(sLabel), 0.0f, 0.0f); sProgressBar = gtk_progress_bar_new(); 2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/remotebridges/source/unourl_resolver/uuresolver.component
AgeCommit message (Expand)Author
2020-07-14remotebridges: create instances with uno constructorsNoel Grandin
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2012-10-02Use prefixTor Lillqvist
2012-06-27re-base on ALv2 code.Michael Meeks
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb