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
7f84ebe9
Kaydet (Commit)
7f84ebe9
authored
Ock 21, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bool improvements
Change-Id: I74db1d1b8250a6832fc68a6856912713b1d8944b
üst
d5b01ac2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
xsecctl.cxx
xmlsecurity/source/helper/xsecctl.cxx
+3
-3
No files found.
xmlsecurity/source/helper/xsecctl.cxx
Dosyayı görüntüle @
7f84ebe9
...
...
@@ -147,7 +147,7 @@ void XSecController::createXSecComponent( )
xMCF
->
createInstanceWithContext
(
sXMLSignature
,
mxCtx
),
cssu
::
UNO_QUERY
);
bool
bSuccess
=
(
0
!=
m_xXMLSignature
.
is
()
);
bool
bSuccess
=
m_xXMLSignature
.
is
(
);
if
(
bSuccess
)
/*
* XMLSignature created successfully.
...
...
@@ -158,7 +158,7 @@ void XSecController::createXSecComponent( )
cssu
::
UNO_QUERY
);
}
bSuccess
&=
(
0
!=
m_xXMLDocumentWrapper
.
is
()
);
bSuccess
&=
m_xXMLDocumentWrapper
.
is
(
);
if
(
bSuccess
)
/*
* XMLDocumentWrapper created successfully.
...
...
@@ -169,7 +169,7 @@ void XSecController::createXSecComponent( )
cssu
::
UNO_QUERY
);
}
bSuccess
&=
(
0
!=
m_xSAXEventKeeper
.
is
()
);
bSuccess
&=
m_xSAXEventKeeper
.
is
(
);
if
(
bSuccess
)
/*
...
...
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