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
50bd0c85
Kaydet (Commit)
50bd0c85
authored
Haz 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308521 Uncaught exception
Change-Id: I6a189e0d1c4eb04e727fdf12585d46a1f4121f68
üst
7950fc0d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
namecont.hxx
basic/source/inc/namecont.hxx
+1
-1
scriptcont.hxx
basic/source/inc/scriptcont.hxx
+1
-1
namecont.cxx
basic/source/uno/namecont.cxx
+1
-1
scriptcont.cxx
basic/source/uno/scriptcont.cxx
+1
-1
No files found.
basic/source/inc/namecont.hxx
Dosyayı görüntüle @
50bd0c85
...
@@ -324,7 +324,7 @@ protected:
...
@@ -324,7 +324,7 @@ protected:
virtual
bool
implLoadPasswordLibrary
(
SfxLibrary
*
pLib
,
const
OUString
&
Name
,
virtual
bool
implLoadPasswordLibrary
(
SfxLibrary
*
pLib
,
const
OUString
&
Name
,
bool
bVerifyPasswordOnly
=
false
)
bool
bVerifyPasswordOnly
=
false
)
throw
(
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
throw
(
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
onNewRootStorage
()
=
0
;
virtual
void
onNewRootStorage
()
=
0
;
...
...
basic/source/inc/scriptcont.hxx
Dosyayı görüntüle @
50bd0c85
...
@@ -75,7 +75,7 @@ class SfxScriptLibraryContainer : public SfxLibraryContainer, public OldBasicPas
...
@@ -75,7 +75,7 @@ class SfxScriptLibraryContainer : public SfxLibraryContainer, public OldBasicPas
virtual
bool
implLoadPasswordLibrary
(
SfxLibrary
*
pLib
,
const
OUString
&
Name
,
virtual
bool
implLoadPasswordLibrary
(
SfxLibrary
*
pLib
,
const
OUString
&
Name
,
bool
bVerifyPasswordOnly
=
false
)
bool
bVerifyPasswordOnly
=
false
)
throw
(
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
throw
(
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
onNewRootStorage
()
SAL_OVERRIDE
;
virtual
void
onNewRootStorage
()
SAL_OVERRIDE
;
...
...
basic/source/uno/namecont.cxx
Dosyayı görüntüle @
50bd0c85
...
@@ -1375,7 +1375,7 @@ bool SfxLibraryContainer::implLoadPasswordLibrary(
...
@@ -1375,7 +1375,7 @@ bool SfxLibraryContainer::implLoadPasswordLibrary(
SfxLibrary
*
/*pLib*/
,
SfxLibrary
*
/*pLib*/
,
const
OUString
&
/*Name*/
,
const
OUString
&
/*Name*/
,
bool
/*bVerifyPasswordOnly*/
)
bool
/*bVerifyPasswordOnly*/
)
throw
(
WrappedTargetException
,
RuntimeException
)
throw
(
WrappedTargetException
,
RuntimeException
,
std
::
exception
)
{
{
return
true
;
return
true
;
}
}
...
...
basic/source/uno/scriptcont.cxx
Dosyayı görüntüle @
50bd0c85
...
@@ -877,7 +877,7 @@ bool SfxScriptLibraryContainer::implStorePasswordLibrary( SfxLibrary* pLib, cons
...
@@ -877,7 +877,7 @@ bool SfxScriptLibraryContainer::implStorePasswordLibrary( SfxLibrary* pLib, cons
bool
SfxScriptLibraryContainer
::
implLoadPasswordLibrary
bool
SfxScriptLibraryContainer
::
implLoadPasswordLibrary
(
SfxLibrary
*
pLib
,
const
OUString
&
Name
,
bool
bVerifyPasswordOnly
)
(
SfxLibrary
*
pLib
,
const
OUString
&
Name
,
bool
bVerifyPasswordOnly
)
throw
(
WrappedTargetException
,
RuntimeException
)
throw
(
WrappedTargetException
,
RuntimeException
,
std
::
exception
)
{
{
bool
bRet
=
true
;
bool
bRet
=
true
;
...
...
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