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
8aeb5e10
Kaydet (Commit)
8aeb5e10
authored
Kas 19, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4702: unreachable code
Change-Id: I6377c9228589d324d51d0c3cc12f04b7854db5ac
üst
5cb10c4c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
AccTable.cxx
winaccessibility/source/UAccCOM/AccTable.cxx
+0
-5
AccTextBase.cxx
winaccessibility/source/UAccCOM/AccTextBase.cxx
+0
-4
No files found.
winaccessibility/source/UAccCOM/AccTable.cxx
Dosyayı görüntüle @
8aeb5e10
...
...
@@ -706,7 +706,6 @@ STDMETHODIMP CAccTable::selectRow(long row)
return
S_OK
;
}
return
S_OK
;
LEAVE_PROTECTED_BLOCK
}
...
...
@@ -752,7 +751,6 @@ STDMETHODIMP CAccTable::selectColumn(long column)
return
S_OK
;
}
return
S_OK
;
// End of added.
LEAVE_PROTECTED_BLOCK
...
...
@@ -801,7 +799,6 @@ STDMETHODIMP CAccTable::unselectRow(long row)
return
S_OK
;
}
return
S_OK
;
// End of added.
LEAVE_PROTECTED_BLOCK
...
...
@@ -851,8 +848,6 @@ STDMETHODIMP CAccTable::unselectColumn(long column)
return
S_OK
;
}
return
S_OK
;
LEAVE_PROTECTED_BLOCK
}
...
...
winaccessibility/source/UAccCOM/AccTextBase.cxx
Dosyayı görüntüle @
8aeb5e10
...
...
@@ -81,8 +81,6 @@ STDMETHODIMP CAccTextBase::get_addSelection(long startOffset, long endOffset)
return
S_OK
;
}
return
E_FAIL
;
LEAVE_PROTECTED_BLOCK
}
...
...
@@ -811,8 +809,6 @@ STDMETHODIMP CAccTextBase::removeSelection(long selectionIndex)
return
S_OK
;
}
return
E_FAIL
;
LEAVE_PROTECTED_BLOCK
}
...
...
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