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
3c4c1170
Kaydet (Commit)
3c4c1170
authored
Eki 09, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
I want to see what unknown library is required always
Change-Id: I7e0eb7ba3be8ac2b70e6a56d84c1a890be0ba396
üst
835a0a97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
shlib.cxx
cppuhelper/source/shlib.cxx
+0
-4
No files found.
cppuhelper/source/shlib.cxx
Dosyayı görüntüle @
3c4c1170
...
@@ -41,9 +41,7 @@
...
@@ -41,9 +41,7 @@
#include "com/sun/star/beans/XPropertySet.hpp"
#include "com/sun/star/beans/XPropertySet.hpp"
#if OSL_DEBUG_LEVEL > 1
#include <stdio.h>
#include <stdio.h>
#endif
#include <vector>
#include <vector>
#ifdef IOS
#ifdef IOS
...
@@ -570,9 +568,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
...
@@ -570,9 +568,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
}
}
if
(
pSym
==
NULL
)
if
(
pSym
==
NULL
)
{
{
#if OSL_DEBUG_LEVEL > 1
fprintf
(
stderr
,
"attempting to load unknown library %s
\n
"
,
OUStringToOString
(
rLibName
,
RTL_TEXTENCODING_ASCII_US
).
getStr
()
);
fprintf
(
stderr
,
"attempting to load unknown library %s
\n
"
,
OUStringToOString
(
rLibName
,
RTL_TEXTENCODING_ASCII_US
).
getStr
()
);
#endif
assert
(
!
"Attempt to load unknown library"
);
assert
(
!
"Attempt to load unknown library"
);
}
}
}
}
...
...
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