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
544434c5
Kaydet (Commit)
544434c5
authored
Agu 12, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4189: local variable is initialized but not referenced
Change-Id: I75092737f69b92bb46ea6bdd619aa54c759d8d65
üst
e0948631
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
AccObject.hxx
winaccessibility/inc/AccObject.hxx
+1
-1
AccObject.cxx
winaccessibility/source/service/AccObject.cxx
+2
-4
No files found.
winaccessibility/inc/AccObject.hxx
Dosyayı görüntüle @
544434c5
...
...
@@ -60,7 +60,7 @@ private:
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessibleAction
>
m_xAccActionRef
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessibleContext
>
m_xAccContextRef
;
sal_Bool
ImplInitializeCreateObj
();
//create COM object
void
ImplInitializeCreateObj
();
//create COM object
void
UpdateActionDesc
();
void
UpdateRole
();
...
...
winaccessibility/source/service/AccObject.cxx
Dosyayı görüntüle @
544434c5
...
...
@@ -157,7 +157,7 @@ AccObject::AccObject(XAccessible* pAcc, AccObjectManagerAgent* pAgent,
m_bShouldDestroy
(
sal_False
),
m_xAccRef
(
pAcc
)
{
sal_Bool
bRet
=
ImplInitializeCreateObj
();
ImplInitializeCreateObj
();
m_xAccContextRef
=
m_xAccRef
->
getAccessibleContext
();
m_xAccActionRef
=
Reference
<
XAccessibleAction
>
(
m_xAccContextRef
,
UNO_QUERY
);
...
...
@@ -245,13 +245,11 @@ void AccObject::UpdateValidWindow()
* @param
* @return If the method is correctly processed.
*/
sal_Bool
AccObject
::
ImplInitializeCreateObj
()
void
AccObject
::
ImplInitializeCreateObj
()
{
m_pIMAcc
=
UAccCOMCreateInstance
();
assert
(
m_pIMAcc
);
return
m_pIMAcc
!=
0
;
}
/**
...
...
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