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
2de6bd04
Kaydet (Commit)
2de6bd04
authored
Agu 28, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin a few leftover (?) stderr printouts
If they are truly needed, use SAL_INFO then.
üst
c9d39c37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
oleobjw.cxx
extensions/source/ole/oleobjw.cxx
+0
-5
unoobjw.cxx
extensions/source/ole/unoobjw.cxx
+0
-4
No files found.
extensions/source/ole/oleobjw.cxx
Dosyayı görüntüle @
2de6bd04
...
...
@@ -127,11 +127,6 @@ IUnknownWrapper_Impl::~IUnknownWrapper_Impl()
IT_Com
it_c
=
ComPtrToWrapperMap
.
find
(
(
sal_uInt32
)
m_spUnknown
.
p
);
if
(
it_c
!=
ComPtrToWrapperMap
.
end
())
ComPtrToWrapperMap
.
erase
(
it_c
);
#if OSL_DEBUG_LEVEL > 0
fprintf
(
stderr
,
"[automation bridge] ComPtrToWrapperMap contains: %i
\n
"
,
ComPtrToWrapperMap
.
size
());
#endif
}
Any
IUnknownWrapper_Impl
::
queryInterface
(
const
Type
&
t
)
...
...
extensions/source/ole/unoobjw.cxx
Dosyayı görüntüle @
2de6bd04
...
...
@@ -99,10 +99,6 @@ InterfaceOleWrapper_Impl::~InterfaceOleWrapper_Impl()
IT_Uno
it
=
UnoObjToWrapperMap
.
find
(
(
sal_uInt32
)
m_xOrigin
.
get
());
if
(
it
!=
UnoObjToWrapperMap
.
end
())
UnoObjToWrapperMap
.
erase
(
it
);
#if OSL_DEBUG_LEVEL > 0
fprintf
(
stderr
,
"[automation bridge] UnoObjToWrapperMap contains: %i
\n
"
,
UnoObjToWrapperMap
.
size
());
#endif
}
STDMETHODIMP
InterfaceOleWrapper_Impl
::
QueryInterface
(
REFIID
riid
,
LPVOID
FAR
*
ppv
)
...
...
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