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
14987415
Kaydet (Commit)
14987415
authored
Ock 05, 2004
tarafından
Oliver Bolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS qadev15 (1.3.18); FILE MERGED
2003/12/18 17:20:40 sw 1.3.18.1: #114449#
üst
30cd01b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
UnoControlPatternFieldModel.java
.../tests/java/mod/_toolkit/UnoControlPatternFieldModel.java
+8
-7
No files found.
qadevOOo/tests/java/mod/_toolkit/UnoControlPatternFieldModel.java
Dosyayı görüntüle @
14987415
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: UnoControlPatternFieldModel.java,v $
* $RCSfile: UnoControlPatternFieldModel.java,v $
*
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
*
* last change:$Date: 200
3-09-08 13:09:37
$
* last change:$Date: 200
4-01-05 20:56:34
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -60,15 +60,16 @@
...
@@ -60,15 +60,16 @@
************************************************************************/
************************************************************************/
package
mod
.
_toolkit
;
package
mod
.
_toolkit
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.uno.XInterface
;
import
java.io.PrintWriter
;
import
java.io.PrintWriter
;
import
lib.TestCase
;
import
lib.TestCase
;
import
lib.TestEnvironment
;
import
lib.TestEnvironment
;
import
lib.TestParameters
;
import
lib.TestParameters
;
import
util.utils
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
util.utils
;
import
com.sun.star.uno.XInterface
;
public
class
UnoControlPatternFieldModel
extends
TestCase
{
public
class
UnoControlPatternFieldModel
extends
TestCase
{
...
@@ -77,8 +78,8 @@ public class UnoControlPatternFieldModel extends TestCase {
...
@@ -77,8 +78,8 @@ public class UnoControlPatternFieldModel extends TestCase {
XInterface
oObj
=
null
;
XInterface
oObj
=
null
;
try
{
try
{
oObj
=
(
XInterface
)
(
(
XMultiServiceFactory
)
Param
.
getMSF
())
oObj
=
(
XInterface
)
(
(
XMultiServiceFactory
)
Param
.
getMSF
()).
createInstance
(
.
createInstance
(
"com.sun.star.awt.UnoControlPatternFieldModel"
);
"com.sun.star.awt.UnoControlPatternFieldModel"
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
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