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
5f0763ed
Kaydet (Commit)
5f0763ed
authored
Haz 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308544 Uncaught exception
Change-Id: Iebc59db0f9c6738da316c18f18eaefdbfed35936
üst
265ad060
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
7 deletions
+5
-7
AccessibleOLEShape.hxx
include/svx/AccessibleOLEShape.hxx
+1
-1
unopool.hxx
include/svx/unopool.hxx
+1
-1
AccessiblePresentationOLEShape.cxx
...ource/ui/accessibility/AccessiblePresentationOLEShape.cxx
+1
-1
AccessiblePresentationOLEShape.hxx
sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
+1
-1
AccessibleOLEShape.cxx
svx/source/accessibility/AccessibleOLEShape.cxx
+1
-3
No files found.
include/svx/AccessibleOLEShape.hxx
Dosyayı görüntüle @
5f0763ed
...
...
@@ -102,7 +102,7 @@ protected:
/// Create a description string that contains the accessible description.
virtual
OUString
CreateAccessibleDescription
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
private
:
AccessibleOLEShape
(
const
AccessibleOLEShape
&
)
SAL_DELETED_FUNCTION
;
...
...
include/svx/unopool.hxx
Dosyayı görüntüle @
5f0763ed
...
...
@@ -78,7 +78,7 @@ protected:
void
init
();
static
void
getAny
(
SfxItemPool
*
pPool
,
const
comphelper
::
PropertyMapEntry
*
pEntry
,
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
);
virtual
void
putAny
(
SfxItemPool
*
pPool
,
const
comphelper
::
PropertyMapEntry
*
pEntry
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
);
virtual
void
putAny
(
SfxItemPool
*
pPool
,
const
comphelper
::
PropertyMapEntry
*
pEntry
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
);
protected
:
SdrModel
*
mpModel
;
...
...
sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
Dosyayı görüntüle @
5f0763ed
...
...
@@ -82,7 +82,7 @@ OUString
OUString
AccessiblePresentationOLEShape
::
CreateAccessibleDescription
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
// return createAccessibleName();
DescriptionGenerator
aDG
(
mxShape
);
...
...
sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
Dosyayı görüntüle @
5f0763ed
...
...
@@ -55,7 +55,7 @@ public:
/// Create a description string that contains the accessible description.
virtual
OUString
CreateAccessibleDescription
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
/// Return this object's role.
virtual
sal_Int16
SAL_CALL
getAccessibleRole
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
};
...
...
svx/source/accessibility/AccessibleOLEShape.cxx
Dosyayı görüntüle @
5f0763ed
...
...
@@ -204,11 +204,9 @@ OUString
return
sName
;
}
OUString
AccessibleOLEShape
::
CreateAccessibleDescription
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
return
CreateAccessibleName
();
}
...
...
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