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
bfbfde95
Kaydet (Commit)
bfbfde95
authored
Ock 19, 2006
tarafından
Oliver Bolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS qadev25 (1.5.2); FILE MERGED
2005/11/11 10:53:07 lla 1.5.2.1: #127811# convwatch cleanups
üst
f7ed0c24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
DesktopTools.java
qadevOOo/runner/util/DesktopTools.java
+13
-9
No files found.
qadevOOo/runner/util/DesktopTools.java
Dosyayı görüntüle @
bfbfde95
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: DesktopTools.java,v $
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
* last change: $Author:
kz $ $Date: 2005-11-02 17:44:2
0 $
* last change: $Author:
obo $ $Date: 2006-01-19 14:24:3
0 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -195,11 +195,16 @@ public class DesktopTools {
public
static
XComponent
loadDoc
(
XMultiServiceFactory
xMSF
,
String
url
,
PropertyValue
[]
Args
)
{
XComponent
oDoc
=
null
;
try
{
oDoc
=
getCLoader
(
xMSF
)
.
loadComponentFromURL
(
url
,
"_blank"
,
0
,
Args
);
}
catch
(
com
.
sun
.
star
.
uno
.
Exception
e
)
{
if
(
Args
==
null
)
{
Args
=
new
PropertyValue
[
0
];
}
try
{
oDoc
=
getCLoader
(
xMSF
).
loadComponentFromURL
(
url
,
"_blank"
,
0
,
Args
);
}
catch
(
com
.
sun
.
star
.
uno
.
Exception
e
)
{
throw
new
IllegalArgumentException
(
"Document could not be loaded"
);
}
...
...
@@ -310,4 +315,4 @@ public class DesktopTools {
xTopWindow
.
toFront
();
}
}
\ No newline at end of file
}
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