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
a6609095
Kaydet (Commit)
a6609095
authored
Kas 27, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
C2872: 'accessibility' : ambiguous symbol
Change-Id: I9a7f5a768346539f14c1fc84d1c60e99107e3899
üst
7ef4a5bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
charmapacc.cxx
svx/source/accessibility/charmapacc.cxx
+3
-3
No files found.
svx/source/accessibility/charmapacc.cxx
Dosyayı görüntüle @
a6609095
...
@@ -754,10 +754,10 @@ uno::Reference< css::accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSe
...
@@ -754,10 +754,10 @@ uno::Reference< css::accessibility::XAccessibleStateSet > SAL_CALL SvxShowCharSe
{
{
if
(
mpParent
->
mrParent
.
IsEnabled
())
if
(
mpParent
->
mrParent
.
IsEnabled
())
{
{
pStateSet
->
AddState
(
accessibility
::
AccessibleStateType
::
ENABLED
);
pStateSet
->
AddState
(
css
::
accessibility
::
AccessibleStateType
::
ENABLED
);
// SELECTABLE
// SELECTABLE
pStateSet
->
AddState
(
accessibility
::
AccessibleStateType
::
SELECTABLE
);
pStateSet
->
AddState
(
css
::
accessibility
::
AccessibleStateType
::
SELECTABLE
);
pStateSet
->
AddState
(
accessibility
::
AccessibleStateType
::
FOCUSABLE
);
pStateSet
->
AddState
(
css
::
accessibility
::
AccessibleStateType
::
FOCUSABLE
);
}
}
// SELECTED
// SELECTED
...
...
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