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
a9d67869
Kaydet (Commit)
a9d67869
authored
Nis 05, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#704617 Explicit null dereferenced
Change-Id: I4ccad4c6baad8e3db3c2868ea5baecaff9f5c75e
üst
fa84cdbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
DBSetupConnectionPages.cxx
dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
+7
-5
No files found.
dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
Dosyayı görüntüle @
a9d67869
...
@@ -169,11 +169,13 @@ using namespace ::com::sun::star;
...
@@ -169,11 +169,13 @@ using namespace ::com::sun::star;
if
(
pCollectionItem
)
if
(
pCollectionItem
)
pCollection
=
pCollectionItem
->
getCollection
();
pCollection
=
pCollectionItem
->
getCollection
();
OSL_ENSURE
(
pCollection
,
"OLDAPConnectionPageSetup::FillItemSet : really need a DSN type collection !"
);
OSL_ENSURE
(
pCollection
,
"OLDAPConnectionPageSetup::FillItemSet : really need a DSN type collection !"
);
if
(
pCollection
)
OUString
sUrl
=
pCollection
->
getPrefix
(
OUString
(
"sdbc:address:ldap:"
));
{
sUrl
+=
m_aETHostServer
.
GetText
();
OUString
sUrl
=
pCollection
->
getPrefix
(
OUString
(
"sdbc:address:ldap:"
));
_rSet
.
Put
(
SfxStringItem
(
DSID_CONNECTURL
,
sUrl
));
sUrl
+=
m_aETHostServer
.
GetText
();
bChangedSomething
=
sal_True
;
_rSet
.
Put
(
SfxStringItem
(
DSID_CONNECTURL
,
sUrl
));
bChangedSomething
=
sal_True
;
}
}
}
fillBool
(
_rSet
,
&
m_aCBUseSSL
,
DSID_CONN_LDAP_USESSL
,
bChangedSomething
);
fillBool
(
_rSet
,
&
m_aCBUseSSL
,
DSID_CONN_LDAP_USESSL
,
bChangedSomething
);
...
...
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