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
78f8fb8a
Kaydet (Commit)
78f8fb8a
authored
Ock 30, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1267689 Uncaught exception
Change-Id: I9286332d74c234007556a7f1d5193197ce547652
üst
cc5af14e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
ChainablePropertySet.hxx
include/comphelper/ChainablePropertySet.hxx
+2
-1
unomod.hxx
sw/source/uibase/inc/unomod.hxx
+2
-1
unomod.cxx
sw/source/uibase/uno/unomod.cxx
+3
-2
No files found.
include/comphelper/ChainablePropertySet.hxx
Dosyayı görüntüle @
78f8fb8a
...
...
@@ -74,7 +74,8 @@ namespace comphelper
css
::
beans
::
PropertyVetoException
,
css
::
lang
::
IllegalArgumentException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
)
=
0
;
css
::
uno
::
RuntimeException
,
std
::
exception
)
=
0
;
virtual
void
_postSetValues
()
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
beans
::
PropertyVetoException
,
...
...
sw/source/uibase/inc/unomod.hxx
Dosyayı görüntüle @
78f8fb8a
...
...
@@ -152,7 +152,8 @@ protected:
css
::
beans
::
PropertyVetoException
,
css
::
lang
::
IllegalArgumentException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
_postSetValues
()
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
beans
::
PropertyVetoException
,
...
...
sw/source/uibase/uno/unomod.cxx
Dosyayı görüntüle @
78f8fb8a
...
...
@@ -299,7 +299,8 @@ void SwXPrintSettings::_preSetValues ()
}
void
SwXPrintSettings
::
_setSingleValue
(
const
comphelper
::
PropertyInfo
&
rInfo
,
const
uno
::
Any
&
rValue
)
throw
(
UnknownPropertyException
,
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
)
throw
(
UnknownPropertyException
,
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
)
{
bool
bVal
;
if
(
rInfo
.
mnHandle
!=
HANDLE_PRINTSET_ANNOTATION_MODE
&&
...
...
@@ -606,7 +607,7 @@ void SwXViewSettings::_preSetValues ()
void
SwXViewSettings
::
_setSingleValue
(
const
comphelper
::
PropertyInfo
&
rInfo
,
const
uno
::
Any
&
rValue
)
throw
(
UnknownPropertyException
,
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
,
RuntimeException
)
RuntimeException
,
std
::
exception
)
{
bool
bVal
=
HANDLE_VIEWSET_ZOOM
!=
rInfo
.
mnHandle
&&
*
(
sal_Bool
*
)
rValue
.
getValue
();
// the API flag should not be set to the application's view settings
...
...
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