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
5e1206f0
Kaydet (Commit)
5e1206f0
authored
Haz 29, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308571 Uncaught exception
Change-Id: Ib844cbd5c5d7be28e4ee2922caf06fb43c7b8a46
üst
3e9a13f1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
AccessibleGraphicShape.hxx
include/svx/AccessibleGraphicShape.hxx
+1
-1
AccessiblePresentationGraphicShape.cxx
...e/ui/accessibility/AccessiblePresentationGraphicShape.cxx
+1
-1
AccessiblePresentationGraphicShape.hxx
sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx
+1
-1
AccessibleGraphicShape.cxx
svx/source/accessibility/AccessibleGraphicShape.cxx
+1
-1
No files found.
include/svx/AccessibleGraphicShape.hxx
Dosyayı görüntüle @
5e1206f0
...
@@ -96,7 +96,7 @@ protected:
...
@@ -96,7 +96,7 @@ protected:
/// Create a description string that contains the accessible description.
/// Create a description string that contains the accessible description.
virtual
OUString
virtual
OUString
CreateAccessibleDescription
()
CreateAccessibleDescription
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
private
:
private
:
AccessibleGraphicShape
(
const
AccessibleGraphicShape
&
)
SAL_DELETED_FUNCTION
;
AccessibleGraphicShape
(
const
AccessibleGraphicShape
&
)
SAL_DELETED_FUNCTION
;
...
...
sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx
Dosyayı görüntüle @
5e1206f0
...
@@ -76,7 +76,7 @@ OUString
...
@@ -76,7 +76,7 @@ OUString
OUString
OUString
AccessiblePresentationGraphicShape
::
CreateAccessibleDescription
()
AccessiblePresentationGraphicShape
::
CreateAccessibleDescription
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
// return createAccessibleName ();
// return createAccessibleName ();
DescriptionGenerator
aDG
(
mxShape
);
DescriptionGenerator
aDG
(
mxShape
);
...
...
sd/source/ui/inc/AccessiblePresentationGraphicShape.hxx
Dosyayı görüntüle @
5e1206f0
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
/// Create a description string that contains the accessible description.
/// Create a description string that contains the accessible description.
virtual
OUString
virtual
OUString
CreateAccessibleDescription
()
CreateAccessibleDescription
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
/// Return this object's role.
/// Return this object's role.
virtual
sal_Int16
SAL_CALL
getAccessibleRole
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Int16
SAL_CALL
getAccessibleRole
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
};
};
...
...
svx/source/accessibility/AccessibleGraphicShape.cxx
Dosyayı görüntüle @
5e1206f0
...
@@ -175,7 +175,7 @@ OUString
...
@@ -175,7 +175,7 @@ OUString
}
}
OUString
AccessibleGraphicShape
::
CreateAccessibleDescription
()
OUString
AccessibleGraphicShape
::
CreateAccessibleDescription
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
//Don't use the same information for accessible name and accessible description.
//Don't use the same information for accessible name and accessible description.
OUString
sDesc
;
OUString
sDesc
;
...
...
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