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
8c6f67b9
Kaydet (Commit)
8c6f67b9
authored
Tem 02, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1309053 Uncaught exception
Change-Id: Id251a32c5c46ae4bc759df506b6603880dfb47c6
üst
c21aab27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
passwordcontainer.hxx
svl/source/inc/passwordcontainer.hxx
+1
-1
passwordcontainer.cxx
svl/source/passwordcontainer/passwordcontainer.cxx
+1
-1
No files found.
svl/source/inc/passwordcontainer.hxx
Dosyayı görüntüle @
8c6f67b9
...
...
@@ -259,7 +259,7 @@ private:
const
::
std
::
list
<
NamePassRecord
>&
userlist
,
const
OUString
&
name
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
task
::
XInteractionHandler
>&
Handler
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeE
xception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
e
xception
);
bool
createUrlRecord
(
const
PassMap
::
iterator
&
rIter
,
bool
bName
,
...
...
svl/source/passwordcontainer/passwordcontainer.cxx
Dosyayı görüntüle @
8c6f67b9
...
...
@@ -704,7 +704,7 @@ UrlRecord SAL_CALL PasswordContainer::findForName( const OUString& aURL, const O
}
Sequence
<
UserRecord
>
PasswordContainer
::
FindUsr
(
const
list
<
NamePassRecord
>&
userlist
,
const
OUString
&
aName
,
const
Reference
<
XInteractionHandler
>&
aHandler
)
throw
(
RuntimeException
)
Sequence
<
UserRecord
>
PasswordContainer
::
FindUsr
(
const
list
<
NamePassRecord
>&
userlist
,
const
OUString
&
aName
,
const
Reference
<
XInteractionHandler
>&
aHandler
)
throw
(
RuntimeException
,
std
::
exception
)
{
sal_uInt32
nInd
=
0
;
for
(
list
<
NamePassRecord
>::
const_iterator
aNPIter
=
userlist
.
begin
();
...
...
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