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
316a5574
Kaydet (Commit)
316a5574
authored
Agu 31, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706501 Uncaught exception
Change-Id: Ic5d95b87428284113f543427b417453dd361b354
üst
3284daa3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
dp_backend.cxx
desktop/source/deployment/registry/dp_backend.cxx
+2
-3
dp_backend.h
desktop/source/deployment/registry/inc/dp_backend.h
+2
-2
dp_package.cxx
desktop/source/deployment/registry/package/dp_package.cxx
+4
-3
XPackage.idl
offapi/com/sun/star/deployment/XPackage.idl
+2
-1
No files found.
desktop/source/deployment/registry/dp_backend.cxx
Dosyayı görüntüle @
316a5574
...
...
@@ -562,12 +562,12 @@ Reference<deployment::XPackageTypeInfo> Package::getPackageType()
return
m_xPackageType
;
}
void
Package
::
exportTo
(
OUString
const
&
destFolderURL
,
OUString
const
&
newTitle
,
sal_Int32
nameClashAction
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
throw
(
deployment
::
ExtensionRemovedException
,
CommandFailedException
,
CommandAbortedException
,
RuntimeException
,
std
::
exception
)
CommandFailedException
,
CommandAbortedException
,
ContentCreationException
,
RuntimeException
,
std
::
exception
)
{
if
(
m_bRemoved
)
throw
deployment
::
ExtensionRemovedException
();
...
...
@@ -580,7 +580,6 @@ void Package::exportTo(
throw
RuntimeException
(
"UCB transferContent() failed!"
,
0
);
}
void
Package
::
fireModified
()
{
::
cppu
::
OInterfaceContainerHelper
*
container
=
rBHelper
.
getContainer
(
...
...
desktop/source/deployment/registry/inc/dp_backend.h
Dosyayı görüntüle @
316a5574
...
...
@@ -249,8 +249,8 @@ public:
sal_Int32
nameClashAction
,
css
::
uno
::
Reference
<
css
::
ucb
::
XCommandEnvironment
>
const
&
xCmdEnv
)
throw
(
css
::
deployment
::
ExtensionRemovedException
,
css
::
ucb
::
CommandFailedException
,
css
::
ucb
::
Co
mmandAborted
Exception
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
css
::
ucb
::
CommandFailedException
,
css
::
ucb
::
CommandAbortedException
,
css
::
ucb
::
Co
ntentCreation
Exception
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
OUString
SAL_CALL
getRepositoryName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
beans
::
Optional
<
OUString
>
SAL_CALL
getRegistrationDataURL
()
...
...
desktop/source/deployment/registry/package/dp_package.cxx
Dosyayı görüntüle @
316a5574
...
...
@@ -193,6 +193,7 @@ class BackendImpl : public ImplBaseT
throw
(
deployment
::
ExtensionRemovedException
,
ucb
::
CommandFailedException
,
ucb
::
CommandAbortedException
,
ucb
::
ContentCreationException
,
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
sal_Int32
SAL_CALL
checkPrerequisites
(
...
...
@@ -1030,9 +1031,9 @@ OUString BackendImpl::PackageImpl::getLicenseText()
void
BackendImpl
::
PackageImpl
::
exportTo
(
OUString
const
&
destFolderURL
,
OUString
const
&
newTitle
,
sal_Int32
nameClashAction
,
Reference
<
ucb
::
XCommandEnvironment
>
const
&
xCmdEnv
)
throw
(
ucb
::
CommandFail
edException
,
deployment
::
ExtensionRemov
edException
,
ucb
::
Co
mmandAborted
Exception
,
RuntimeException
,
std
::
exception
)
throw
(
deployment
::
ExtensionRemov
edException
,
ucb
::
CommandFailedException
,
ucb
::
CommandAbort
edException
,
ucb
::
Co
ntentCreation
Exception
,
RuntimeException
,
std
::
exception
)
{
if
(
m_bRemoved
)
throw
deployment
::
ExtensionRemovedException
();
...
...
offapi/com/sun/star/deployment/XPackage.idl
Dosyayı görüntüle @
316a5574
...
...
@@ -315,7 +315,8 @@ interface XPackage
raises (
ExtensionRemovedException,
com::sun::star::ucb::CommandFailedException,
com::sun::star::ucb::CommandAbortedException);
com::sun::star::ucb::CommandAbortedException,
com::sun::star::ucb::ContentCreationException);
/** returns an icon for a package.
...
...
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