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
8405ee50
Kaydet (Commit)
8405ee50
authored
Eyl 11, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
shell: sal_Bool -> bool
Change-Id: Ie4fedd95752aa1212481bff0cda7c0045956b361
üst
8cf6ba8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
kde4access.cxx
shell/source/backends/kde4be/kde4access.cxx
+1
-1
kdeaccess.cxx
shell/source/backends/kdebe/kdeaccess.cxx
+1
-1
No files found.
shell/source/backends/kde4be/kde4access.cxx
Dosyayı görüntüle @
8405ee50
...
...
@@ -83,7 +83,7 @@ css::beans::Optional< css::uno::Any > getValue(OUString const & id) {
}
else
if
(
id
==
"EnableATToolSupport"
)
{
/* does not make much sense without an accessibility bridge */
sal_Bool
ATToolSupport
=
sal_F
alse
;
bool
ATToolSupport
=
f
alse
;
return
css
::
beans
::
Optional
<
css
::
uno
::
Any
>
(
true
,
uno
::
makeAny
(
OUString
::
boolean
(
ATToolSupport
)
)
);
}
else
if
(
id
==
"WorkPathVariable"
)
...
...
shell/source/backends/kdebe/kdeaccess.cxx
Dosyayı görüntüle @
8405ee50
...
...
@@ -79,7 +79,7 @@ css::beans::Optional< css::uno::Any > getValue(OUString const & id) {
}
else
if
(
id
==
"EnableATToolSupport"
)
{
/* does not make much sense without an accessibility bridge */
sal_Bool
ATToolSupport
=
sal_F
alse
;
bool
ATToolSupport
=
f
alse
;
return
css
::
beans
::
Optional
<
css
::
uno
::
Any
>
(
true
,
uno
::
makeAny
(
OUString
::
boolean
(
ATToolSupport
)
)
);
}
else
if
(
id
==
"WorkPathVariable"
)
...
...
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