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
ea943b3b
Kaydet (Commit)
ea943b3b
authored
Mar 13, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
quieten debugging soffice startup
Change-Id: I3f9ef32d789b7b344cc09bbed6f344e428a31ca4
üst
a6435dc2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
officeipcthread.cxx
desktop/source/app/officeipcthread.cxx
+1
-1
dp_registry.cxx
desktop/source/deployment/registry/dp_registry.cxx
+1
-1
unxsplash.cxx
desktop/source/splash/unxsplash.cxx
+3
-3
fontcfg.cxx
unotools/source/config/fontcfg.cxx
+1
-1
No files found.
desktop/source/app/officeipcthread.cxx
Dosyayı görüntüle @
ea943b3b
...
...
@@ -249,7 +249,7 @@ rtl::Reference< OfficeIPCThread > OfficeIPCThread::pGlobalOfficeIPCThread;
// Into a hex string of well known length ff132a86...
OUString
CreateMD5FromString
(
const
OUString
&
aMsg
)
{
SAL_
WARN
(
"desktop.app"
,
"create md5 from '"
<<
aMsg
<<
"'"
);
SAL_
INFO
(
"desktop.app"
,
"create md5 from '"
<<
aMsg
<<
"'"
);
rtlDigest
handle
=
rtl_digest_create
(
rtl_Digest_AlgorithmMD5
);
if
(
handle
)
...
...
desktop/source/deployment/registry/dp_registry.cxx
Dosyayı görüntüle @
ea943b3b
...
...
@@ -397,7 +397,7 @@ Reference<deployment::XPackageRegistry> PackageRegistryImpl::create(
buf
.
append
(
Reference
<
lang
::
XServiceInfo
>
(
xBackend
,
UNO_QUERY_THROW
)
->
getImplementationName
()
);
dp_misc
::
writeConsole
(
buf
.
makeStringAndClear
()
+
"
\n
"
);
dp_misc
::
TRACE
(
buf
.
makeStringAndClear
()
+
"
\n
"
);
}
dp_misc
::
TRACE
(
"> [dp_registry.cxx] ambiguous backends:
\n\n
"
);
for
(
t_registryset
::
const_iterator
iPos
(
...
...
desktop/source/splash/unxsplash.cxx
Dosyayı görüntüle @
ea943b3b
...
...
@@ -36,7 +36,7 @@ namespace desktop
UnxSplashScreen
::~
UnxSplashScreen
()
{
SAL_
WARN
(
"desktop.splash"
,
"UnxSplashScreen::~UnxSplashScreen()"
);
SAL_
INFO
(
"desktop.splash"
,
"UnxSplashScreen::~UnxSplashScreen()"
);
if
(
m_pOutFd
)
{
fclose
(
m_pOutFd
);
...
...
@@ -52,7 +52,7 @@ void SAL_CALL UnxSplashScreen::start( const OUString& /*aText*/, sal_Int32 /*nRa
void
SAL_CALL
UnxSplashScreen
::
end
()
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
SAL_
WARN
(
"desktop.splash"
,
"UnxSplashScreen::end()"
);
SAL_
INFO
(
"desktop.splash"
,
"UnxSplashScreen::end()"
);
if
(
!
m_pOutFd
)
return
;
...
...
@@ -101,7 +101,7 @@ UnxSplashScreen::initialize( const css::uno::Sequence< css::uno::Any>& )
{
int
fd
=
aNum
.
toInt32
();
m_pOutFd
=
fdopen
(
fd
,
"w"
);
SAL_
WARN
(
"desktop.splash"
,
"Got argument '--splash-pipe="
<<
fd
<<
" ('"
SAL_
INFO
(
"desktop.splash"
,
"Got argument '--splash-pipe="
<<
fd
<<
" ('"
<<
aNum
<<
"') ("
<<
static_cast
<
void
*>
(
m_pOutFd
)
<<
")"
);
}
...
...
unotools/source/config/fontcfg.cxx
Dosyayı görüntüle @
ea943b3b
...
...
@@ -392,7 +392,7 @@ FontSubstConfiguration::FontSubstConfiguration() :
m_xConfigProvider
.
clear
();
m_xConfigAccess
.
clear
();
}
SAL_
WARN
(
"unotools.config"
,
"config provider: "
<<
static_cast
<
bool
>
(
m_xConfigProvider
.
is
())
SAL_
INFO
(
"unotools.config"
,
"config provider: "
<<
static_cast
<
bool
>
(
m_xConfigProvider
.
is
())
<<
", config access: "
<<
static_cast
<
bool
>
(
m_xConfigAccess
.
is
()));
}
...
...
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