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
5d4d67ab
Kaydet (Commit)
5d4d67ab
authored
Tem 02, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1309054 Uncaught exception
Change-Id: I81c8983a981e1dfeff17f62c852163e6290dceb4
üst
8c6f67b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbaeventshelperbase.hxx
include/vbahelper/vbaeventshelperbase.hxx
+1
-1
vbaeventshelperbase.cxx
vbahelper/source/vbahelper/vbaeventshelperbase.cxx
+1
-1
No files found.
include/vbahelper/vbaeventshelperbase.hxx
Dosyayı görüntüle @
5d4d67ab
...
@@ -157,7 +157,7 @@ private:
...
@@ -157,7 +157,7 @@ private:
/** Searches the event handler in the document and returns its full script path. */
/** Searches the event handler in the document and returns its full script path. */
OUString
getEventHandlerPath
(
OUString
getEventHandlerPath
(
const
EventHandlerInfo
&
rInfo
,
const
EventHandlerInfo
&
rInfo
,
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
);
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rArgs
)
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
);
/** On first call, accesses the Basic library containing the VBA source code. */
/** On first call, accesses the Basic library containing the VBA source code. */
void
ensureVBALibrary
()
throw
(
css
::
uno
::
RuntimeException
);
void
ensureVBALibrary
()
throw
(
css
::
uno
::
RuntimeException
);
...
...
vbahelper/source/vbahelper/vbaeventshelperbase.cxx
Dosyayı görüntüle @
5d4d67ab
...
@@ -258,7 +258,7 @@ const VbaEventsHelperBase::EventHandlerInfo& VbaEventsHelperBase::getEventHandle
...
@@ -258,7 +258,7 @@ const VbaEventsHelperBase::EventHandlerInfo& VbaEventsHelperBase::getEventHandle
}
}
OUString
VbaEventsHelperBase
::
getEventHandlerPath
(
const
EventHandlerInfo
&
rInfo
,
OUString
VbaEventsHelperBase
::
getEventHandlerPath
(
const
EventHandlerInfo
&
rInfo
,
const
uno
::
Sequence
<
uno
::
Any
>&
rArgs
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
)
const
uno
::
Sequence
<
uno
::
Any
>&
rArgs
)
throw
(
lang
::
IllegalArgumentException
,
uno
::
RuntimeException
,
std
::
exception
)
{
{
OUString
aModuleName
;
OUString
aModuleName
;
switch
(
rInfo
.
mnModuleType
)
switch
(
rInfo
.
mnModuleType
)
...
...
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