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
fccdf3e6
Kaydet (Commit)
fccdf3e6
authored
Eyl 08, 2003
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 15:33:17 sw 1.2.14.1: #112049#
üst
9ac5ecbe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
FilePicker.java
qadevOOo/tests/java/mod/_fps/FilePicker.java
+6
-11
No files found.
qadevOOo/tests/java/mod/_fps/FilePicker.java
Dosyayı görüntüle @
fccdf3e6
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: FilePicker.java,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change:$Date: 2003-0
5-27 12:46:34
$
* last change:$Date: 2003-0
9-08 11:51:56
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -61,16 +61,16 @@
package
mod
.
_fps
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.ui.dialogs.XFilePickerControlAccess
;
import
com.sun.star.uno.UnoRuntime
;
import
com.sun.star.uno.XInterface
;
import
java.io.PrintWriter
;
import
lib.StatusException
;
import
lib.TestCase
;
import
lib.TestEnvironment
;
import
lib.TestParameters
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.uno.XInterface
;
/**
* Test for object which is represented by service
* <code>com.sun.star.ui.FilePicker</code>. <p>
...
...
@@ -134,7 +134,6 @@ public class FilePicker extends TestCase {
XInterface
oObj
=
null
;
Object
oInterface
=
null
;
XMultiServiceFactory
xMSF
=
(
XMultiServiceFactory
)
Param
.
getMSF
();
Object
relationContainer
=
null
;
Object
[]
iniArgs
=
new
Object
[]
{
new
Short
(
com
.
sun
.
star
.
ui
.
dialogs
.
TemplateDescription
.
FILEOPEN_READONLY_VERSION
)};
...
...
@@ -143,10 +142,6 @@ public class FilePicker extends TestCase {
try
{
oInterface
=
xMSF
.
createInstance
(
"com.sun.star.ui.dialogs.FilePicker"
);
XFilePickerControlAccess
ca
=
(
XFilePickerControlAccess
)
UnoRuntime
.
queryInterface
(
XFilePickerControlAccess
.
class
,
oInterface
)
;
}
catch
(
com
.
sun
.
star
.
uno
.
Exception
e
)
{
log
.
println
(
"Can't create an object."
);
throw
new
StatusException
(
"Can't create an object"
,
e
);
...
...
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