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
ea6eae7a
Kaydet (Commit)
ea6eae7a
authored
May 22, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: Variable 'dChildIndex,...' is assigned a value that is never used
Change-Id: Ifa4ea7faa4bcf6580f10c8ece15a01d72f2903f3
üst
8d52cd0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
MAccessible.cxx
winaccessibility/source/UAccCOM/MAccessible.cxx
+0
-4
No files found.
winaccessibility/source/UAccCOM/MAccessible.cxx
Dosyayı görüntüle @
ea6eae7a
...
...
@@ -1421,8 +1421,6 @@ STDMETHODIMP CMAccessible::NotifyDestroy(BOOL isDestroy)
*/
IMAccessible
*
CMAccessible
::
GetChildInterface
(
long
dChildID
)
//for test
{
long
dChildIndex
=
0
;
if
(
dChildID
<
0
)
{
if
(
g_pAgent
)
...
...
@@ -1756,7 +1754,6 @@ STDMETHODIMP CMAccessible::get_relation( long relationIndex, IAccessibleRelation
long
nMax
=
0
;
long
nReal
=
0
;
get_nRelations
(
&
nMax
);
*
relation
=
(
IAccessibleRelation
*
)
::
CoTaskMemAlloc
(
sizeof
(
IAccessibleRelation
));
...
...
@@ -2006,7 +2003,6 @@ STDMETHODIMP CMAccessible:: get_groupPosition(long __RPC_FAR *groupLevel,long __
if
(
accRelation
.
RelationType
==
7
)
{
Sequence
<
Reference
<
XInterface
>
>
xTargets
=
accRelation
.
TargetSet
;
int
nCount
=
xTargets
.
getLength
();
Reference
<
XInterface
>
pRAcc
=
xTargets
[
0
];
for
(
int
j
=
0
;
j
<
pRParentContext
->
getAccessibleChildCount
();
j
++
)
...
...
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