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
d3cd2904
Kaydet (Commit)
d3cd2904
authored
Agu 31, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1233508 Uncaught exception
Change-Id: Ia77a94a486b8e5203617eb00cb5189359798482f
üst
3101a607
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
basobj3.cxx
basctl/source/basicide/basobj3.cxx
+1
-1
basobj.hxx
basctl/source/inc/basobj.hxx
+1
-1
No files found.
basctl/source/basicide/basobj3.cxx
Dosyayı görüntüle @
d3cd2904
...
...
@@ -161,7 +161,7 @@ bool RenameDialog (
OUString
const
&
rOldName
,
OUString
const
&
rNewName
)
throw
(
ElementExistException
,
NoSuchElementException
,
RuntimeException
)
throw
(
ElementExistException
,
NoSuchElementException
,
RuntimeException
,
std
::
exception
)
{
if
(
!
rDocument
.
hasDialog
(
rLibName
,
rOldName
)
)
{
...
...
basctl/source/inc/basobj.hxx
Dosyayı görüntüle @
d3cd2904
...
...
@@ -92,7 +92,7 @@ namespace basctl
*/
bool
RenameDialog
(
Window
*
pErrorParent
,
const
ScriptDocument
&
rDocument
,
const
OUString
&
rLibName
,
const
OUString
&
rOldName
,
const
OUString
&
rNewName
)
throw
(
css
::
container
::
ElementExistException
,
css
::
container
::
NoSuchElementException
,
css
::
uno
::
RuntimeException
);
throw
(
css
::
container
::
ElementExistException
,
css
::
container
::
NoSuchElementException
,
css
::
uno
::
RuntimeException
,
std
::
exception
);
bool
RemoveDialog
(
const
ScriptDocument
&
rDocument
,
const
OUString
&
rLibName
,
const
OUString
&
rDlgName
);
...
...
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