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
e2c16379
Kaydet (Commit)
e2c16379
authored
Haz 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308537 Uncaught exception
Change-Id: I5debb6c3fe00b13134d9efa152d86e41fc6d3fe3
üst
4be5bc29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
unopool.cxx
sd/source/ui/unoidl/unopool.cxx
+2
-2
unopool.cxx
svx/source/unodraw/unopool.cxx
+1
-1
No files found.
sd/source/ui/unoidl/unopool.cxx
Dosyayı görüntüle @
e2c16379
...
@@ -50,7 +50,7 @@ public:
...
@@ -50,7 +50,7 @@ public:
protected
:
protected
:
virtual
void
putAny
(
SfxItemPool
*
pPool
,
const
PropertyMapEntry
*
pEntry
,
const
uno
::
Any
&
rValue
)
virtual
void
putAny
(
SfxItemPool
*
pPool
,
const
PropertyMapEntry
*
pEntry
,
const
uno
::
Any
&
rValue
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
)
SAL_OVERRIDE
;
throw
(
beans
::
UnknownPropertyException
,
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
private
:
private
:
SdDrawDocument
*
mpDrawModel
;
SdDrawDocument
*
mpDrawModel
;
...
@@ -66,7 +66,7 @@ SdUnoDrawPool::~SdUnoDrawPool() throw()
...
@@ -66,7 +66,7 @@ SdUnoDrawPool::~SdUnoDrawPool() throw()
}
}
void
SdUnoDrawPool
::
putAny
(
SfxItemPool
*
pPool
,
const
comphelper
::
PropertyMapEntry
*
pEntry
,
const
uno
::
Any
&
rValue
)
void
SdUnoDrawPool
::
putAny
(
SfxItemPool
*
pPool
,
const
comphelper
::
PropertyMapEntry
*
pEntry
,
const
uno
::
Any
&
rValue
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
switch
(
pEntry
->
mnHandle
)
switch
(
pEntry
->
mnHandle
)
{
{
...
...
svx/source/unodraw/unopool.cxx
Dosyayı görüntüle @
e2c16379
...
@@ -148,7 +148,7 @@ void SvxUnoDrawPool::getAny( SfxItemPool* pPool, const comphelper::PropertyMapEn
...
@@ -148,7 +148,7 @@ void SvxUnoDrawPool::getAny( SfxItemPool* pPool, const comphelper::PropertyMapEn
}
}
void
SvxUnoDrawPool
::
putAny
(
SfxItemPool
*
pPool
,
const
comphelper
::
PropertyMapEntry
*
pEntry
,
const
uno
::
Any
&
rValue
)
void
SvxUnoDrawPool
::
putAny
(
SfxItemPool
*
pPool
,
const
comphelper
::
PropertyMapEntry
*
pEntry
,
const
uno
::
Any
&
rValue
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
)
throw
(
beans
::
UnknownPropertyException
,
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
uno
::
Any
aValue
(
rValue
);
uno
::
Any
aValue
(
rValue
);
...
...
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