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
b34d4212
Kaydet (Commit)
b34d4212
authored
Nis 09, 2018
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
A few SAL_INFO tweaks
Change-Id: I4a9c6341891bc80d8ab7648ed972d57739aa4f4a
üst
27a13511
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
unoobjw.cxx
extensions/source/ole/unoobjw.cxx
+2
-1
No files found.
extensions/source/ole/unoobjw.cxx
Dosyayı görüntüle @
b34d4212
...
...
@@ -792,7 +792,7 @@ HRESULT STDMETHODCALLTYPE CXTypeInfo::GetNames(MEMBERID memid,
UINT
cMaxNames
,
UINT
*
pcNames
)
{
SAL_
WARN
(
"extensions.olebridge"
,
"CXTypeInfo@"
<<
this
<<
"::GetNames("
<<
memid
<<
")"
);
SAL_
INFO
(
"extensions.olebridge"
,
"CXTypeInfo@"
<<
this
<<
"::GetNames("
<<
memid
<<
")"
);
assert
(
meKind
!=
Kind
::
COCLASS
);
if
(
!
rgBstrNames
)
...
...
@@ -827,6 +827,7 @@ HRESULT STDMETHODCALLTYPE CXTypeInfo::GetNames(MEMBERID memid,
if
(
memid
>
aMethods
.
getLength
()
-
3
)
return
E_INVALIDARG
;
SAL_INFO
(
"extensions.olebridge"
,
"...CXTypeInfo@"
<<
this
<<
"::GetNames("
<<
memid
<<
"): "
<<
aMethods
[
memid
+
2
]
->
getName
());
rgBstrNames
[
0
]
=
SysAllocString
((
LPOLESTR
)
aMethods
[
memid
+
2
]
->
getName
().
pData
->
buffer
);
*
pcNames
=
1
;
...
...
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