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
8803b1fa
Kaydet (Commit)
8803b1fa
authored
Şub 12, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Return the real result of the test
Change-Id: I05d4b62a32a44a7d174d7fa19f7814d45dab22b2
üst
5e037cef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Simple.cpp
extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.cpp
+3
-3
No files found.
extensions/test/ole/unoTocomCalls/XCallback_Impl/Simple.cpp
Dosyayı görüntüle @
8803b1fa
...
...
@@ -60,14 +60,14 @@ STDMETHODIMP CSimple::get__implementedInterfaces(LPSAFEARRAY *pVal)
hr
=
SafeArrayPutElement
(
pArr
,
&
index
,
name1
);
index
++
;
hr
=
SafeArrayPutElement
(
pArr
,
&
index
,
name2
);
hr
|
=
SafeArrayPutElement
(
pArr
,
&
index
,
name2
);
index
++
;
hr
=
SafeArrayPutElement
(
pArr
,
&
index
,
name3
);
hr
|
=
SafeArrayPutElement
(
pArr
,
&
index
,
name3
);
*
pVal
=
pArr
;
}
*
pVal
=
pArr
;
return
S_OK
;
return
hr
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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