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
643bbd60
Kaydet (Commit)
643bbd60
authored
Nis 10, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: choise -> choice
üst
3bd26180
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
EnhancedComplexTestCase.java
qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
+1
-1
GraphicalTestArguments.java
qadevOOo/runner/convwatch/GraphicalTestArguments.java
+1
-1
ParameterHelper.java
qadevOOo/runner/graphical/ParameterHelper.java
+1
-1
pubdlg.cxx
sd/source/filter/html/pubdlg.cxx
+1
-1
ascfldlg.cxx
sw/source/ui/dialog/ascfldlg.cxx
+1
-1
No files found.
qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
Dosyayı görüntüle @
643bbd60
...
...
@@ -89,7 +89,7 @@ public abstract class EnhancedComplexTestCase extends ComplexTestCase
String
sNEEDCHECK
=
(
String
)
param
.
get
(
PropertyName
.
CHECK_NEED_TOOLS
);
// TODO: I need to get the boolean value with get("name") because, if it is not given getBool() returns
// with a default of 'false' which is not very helpful if the default should be 'true'
// maybe a getBoolean("name", true) could be a better choi
s
e.
// maybe a getBoolean("name", true) could be a better choi
c
e.
if
(
sNEEDCHECK
==
null
)
{
sNEEDCHECK
=
"false"
;
...
...
qadevOOo/runner/convwatch/GraphicalTestArguments.java
Dosyayı görüntüle @
643bbd60
...
...
@@ -140,7 +140,7 @@ public class GraphicalTestArguments
String
sRECURSIVE
=
(
String
)
param
.
get
(
PropertyName
.
DOC_COMPARATOR_INCLUDE_SUBDIRS
);
// TODO: I need to get the boolean value with get("name") because, if it is not given getBool() returns
// with a default of 'false' which is not very helpful if the default should be 'true'
// maybe a getBoolean("name", true) could be a better choi
s
e.
// maybe a getBoolean("name", true) could be a better choi
c
e.
if
(
sRECURSIVE
==
null
)
{
sRECURSIVE
=
"true"
;
...
...
qadevOOo/runner/graphical/ParameterHelper.java
Dosyayı görüntüle @
643bbd60
...
...
@@ -157,7 +157,7 @@ public class ParameterHelper
String
sRECURSIVE
=
(
String
)
getTestParameters
().
get
(
PropertyName
.
DOC_COMPARATOR_INCLUDE_SUBDIRS
);
// TODO: I need to get the boolean value with get("name") because, if it is not given getBool() returns
// with a default of 'false' which is not very helpful if the default should be 'true'
// maybe a getBoolean("name", true) could be a better choi
s
e.
// maybe a getBoolean("name", true) could be a better choi
c
e.
if
(
sRECURSIVE
==
null
)
{
sRECURSIVE
=
"true"
;
...
...
sd/source/filter/html/pubdlg.cxx
Dosyayı görüntüle @
643bbd60
...
...
@@ -950,7 +950,7 @@ IMPL_LINK( SdPublishingDlg, DesignHdl, RadioButton *, pButton )
return
0
;
}
// Clickhandler for the choi
s
e of one design
// Clickhandler for the choi
c
e of one design
IMPL_LINK_NOARG
(
SdPublishingDlg
,
DesignSelectHdl
)
{
sal_uInt16
nPos
=
pPage1_Designs
->
GetSelectEntryPos
();
...
...
sw/source/ui/dialog/ascfldlg.cxx
Dosyayı görüntüle @
643bbd60
...
...
@@ -365,7 +365,7 @@ IMPL_LINK( SwAsciiFilterDlg, CharSetSelHdl, SvxTextEncodingBox*, pBox )
}
else
{
// restore old user choi
s
e (not the automatic!)
// restore old user choi
c
e (not the automatic!)
m_pCRLF_RB
->
Check
(
m_pCRLF_RB
->
GetSavedValue
()
);
m_pCR_RB
->
Check
(
m_pCR_RB
->
GetSavedValue
()
);
m_pLF_RB
->
Check
(
m_pLF_RB
->
GetSavedValue
()
);
...
...
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