Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
83d60203
Kaydet (Commit)
83d60203
authored
Mar 05, 2003
tarafından
Tomas O'Connor
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add ProtocolHandler.xcu as part of UNO package, ensure correct type is set for
Protocols line
üst
fd412f37
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ProtocolHandler.xcu
scripting/workben/installer/ProtocolHandler.xcu
+1
-1
Register.java
scripting/workben/installer/Register.java
+2
-2
No files found.
scripting/workben/installer/ProtocolHandler.xcu
Dosyayı görüntüle @
83d60203
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<oor:node
xmlns:oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
oor:name=
"ProtocolHandler"
oor:package=
"org.openoffice.Office"
>
<oor:node
xmlns:oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
oor:name=
"ProtocolHandler"
oor:package=
"org.openoffice.Office"
>
<node
oor:name=
"HandlerSet"
>
<node
oor:name=
"HandlerSet"
>
<node
oor:name=
"com.sun.star.comp.ScriptProtocolHandler"
oor:op=
"replace"
>
<node
oor:name=
"com.sun.star.comp.ScriptProtocolHandler"
oor:op=
"replace"
>
<prop
oor:name=
"Protocols"
>
<prop
oor:name=
"Protocols"
oor:type=
"oor:string-list"
>
<value>
script:*
</value>
<value>
script:*
</value>
</prop>
</prop>
</node>
</node>
...
...
scripting/workben/installer/Register.java
Dosyayı görüntüle @
83d60203
...
@@ -113,11 +113,11 @@ public class Register{
...
@@ -113,11 +113,11 @@ public class Register{
// return false;
// return false;
// }
// }
// updating ProtocolHandler
// updating ProtocolHandler
statusLabel
.
setText
(
"Updating ProtocolHandler..."
);
/*
statusLabel.setText("Updating ProtocolHandler...");
if(!FileUpdater.updateProtocolHandler(path, statusLabel)) {
if(!FileUpdater.updateProtocolHandler(path, statusLabel)) {
statusLabel.setText("Updating ProtocolHandler failed, please view SFrameworkInstall.log");
statusLabel.setText("Updating ProtocolHandler failed, please view SFrameworkInstall.log");
return false;
return false;
}
}
*/
// updating StarBasic libraries
// updating StarBasic libraries
statusLabel
.
setText
(
"Updating StarBasic libraries..."
);
statusLabel
.
setText
(
"Updating StarBasic libraries..."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment