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
f3ba1de5
Kaydet (Commit)
f3ba1de5
authored
May 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983965 Uncaught exception
Change-Id: I79a505eb9fbc7be6e70bd1098d47a6e8be1e04ed
üst
652eb268
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
unomod.hxx
sw/source/core/uibase/inc/unomod.hxx
+5
-1
unomod.cxx
sw/source/core/uibase/uno/unomod.cxx
+3
-1
No files found.
sw/source/core/uibase/inc/unomod.hxx
Dosyayı görüntüle @
f3ba1de5
...
@@ -137,7 +137,11 @@ protected:
...
@@ -137,7 +137,11 @@ protected:
bool
mbApplyVRulerMetric
;
bool
mbApplyVRulerMetric
;
virtual
void
_preSetValues
()
virtual
void
_preSetValues
()
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
)
SAL_OVERRIDE
;
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
beans
::
PropertyVetoException
,
css
::
lang
::
IllegalArgumentException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
_setSingleValue
(
const
comphelper
::
PropertyInfo
&
rInfo
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
virtual
void
_setSingleValue
(
const
comphelper
::
PropertyInfo
&
rInfo
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
)
SAL_OVERRIDE
;
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
)
SAL_OVERRIDE
;
virtual
void
_postSetValues
()
virtual
void
_postSetValues
()
...
...
sw/source/core/uibase/uno/unomod.cxx
Dosyayı görüntüle @
f3ba1de5
...
@@ -581,7 +581,9 @@ SwXViewSettings::~SwXViewSettings()
...
@@ -581,7 +581,9 @@ SwXViewSettings::~SwXViewSettings()
}
}
void
SwXViewSettings
::
_preSetValues
()
void
SwXViewSettings
::
_preSetValues
()
throw
(
UnknownPropertyException
,
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
)
throw
(
UnknownPropertyException
,
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
,
RuntimeException
)
{
{
const
SwViewOption
*
pVOpt
=
0
;
const
SwViewOption
*
pVOpt
=
0
;
if
(
pView
)
if
(
pView
)
...
...
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