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
6f823d85
Kaydet (Commit)
6f823d85
authored
Haz 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308548 Uncaught exception
Change-Id: I62d538799a814346df4de00dc232a04376e77ad7
üst
d7876aeb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ShapeTypeHandler.hxx
include/svx/ShapeTypeHandler.hxx
+1
-1
stringresource.cxx
scripting/source/stringresource/stringresource.cxx
+1
-1
stringresource.hxx
scripting/source/stringresource/stringresource.hxx
+1
-1
No files found.
include/svx/ShapeTypeHandler.hxx
Dosyayı görüntüle @
6f823d85
...
...
@@ -155,7 +155,7 @@ public:
/// get the accessible base name for an object
static
OUString
CreateAccessibleBaseName
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
rxShape
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
protected
:
// Declare default constructor, copy constructor, destructor, and
...
...
scripting/source/stringresource/stringresource.cxx
Dosyayı görüntüle @
6f823d85
...
...
@@ -1153,7 +1153,7 @@ void StringResourcePersistenceImpl::implKillChangedDefaultFiles
const
OUString
&
aNameBase
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
ucb
::
XSimpleFileAccess3
>&
xFileAccess
)
throw
(
Exception
,
RuntimeException
)
throw
(
Exception
,
RuntimeException
,
std
::
exception
)
{
// Delete files for changed defaults
for
(
LocaleItemVectorIt
it
=
m_aChangedDefaultLocaleVector
.
begin
();
...
...
scripting/source/stringresource/stringresource.hxx
Dosyayı görüntüle @
6f823d85
...
...
@@ -297,7 +297,7 @@ protected:
const
OUString
&
aNameBase
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
ucb
::
XSimpleFileAccess3
>&
xFileAccess
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
void
implStoreAtLocation
(
...
...
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