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
b5b3dcc2
Kaydet (Commit)
b5b3dcc2
authored
Şub 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#737241 Uncaught exception
Change-Id: If7c4bdc095c0c235f6f24107c05e7fcde0d5a023
üst
31ed7bc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lngsvcmgr.cxx
linguistic/source/lngsvcmgr.cxx
+2
-1
lngsvcmgr.hxx
linguistic/source/lngsvcmgr.hxx
+3
-1
No files found.
linguistic/source/lngsvcmgr.cxx
Dosyayı görüntüle @
b5b3dcc2
...
@@ -1541,7 +1541,8 @@ uno::Sequence< OUString > SAL_CALL
...
@@ -1541,7 +1541,8 @@ uno::Sequence< OUString > SAL_CALL
LngSvcMgr
::
getAvailableServices
(
LngSvcMgr
::
getAvailableServices
(
const
OUString
&
rServiceName
,
const
OUString
&
rServiceName
,
const
lang
::
Locale
&
rLocale
)
const
lang
::
Locale
&
rLocale
)
throw
(
uno
::
RuntimeException
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
osl
::
MutexGuard
aGuard
(
GetLinguMutex
()
);
osl
::
MutexGuard
aGuard
(
GetLinguMutex
()
);
...
...
linguistic/source/lngsvcmgr.hxx
Dosyayı görüntüle @
b5b3dcc2
...
@@ -150,7 +150,9 @@ public:
...
@@ -150,7 +150,9 @@ public:
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
linguistic2
::
XThesaurus
>
SAL_CALL
getThesaurus
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
linguistic2
::
XThesaurus
>
SAL_CALL
getThesaurus
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
sal_Bool
SAL_CALL
addLinguServiceManagerListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XEventListener
>&
xListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
sal_Bool
SAL_CALL
addLinguServiceManagerListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XEventListener
>&
xListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
sal_Bool
SAL_CALL
removeLinguServiceManagerListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XEventListener
>&
xListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
sal_Bool
SAL_CALL
removeLinguServiceManagerListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XEventListener
>&
xListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getAvailableServices
(
const
OUString
&
aServiceName
,
const
::
com
::
sun
::
star
::
lang
::
Locale
&
aLocale
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getAvailableServices
(
const
OUString
&
aServiceName
,
const
::
com
::
sun
::
star
::
lang
::
Locale
&
aLocale
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
setConfiguredServices
(
const
OUString
&
aServiceName
,
const
::
com
::
sun
::
star
::
lang
::
Locale
&
aLocale
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aServiceImplNames
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setConfiguredServices
(
const
OUString
&
aServiceName
,
const
::
com
::
sun
::
star
::
lang
::
Locale
&
aLocale
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
aServiceImplNames
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getConfiguredServices
(
const
OUString
&
aServiceName
,
const
::
com
::
sun
::
star
::
lang
::
Locale
&
aLocale
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getConfiguredServices
(
const
OUString
&
aServiceName
,
const
::
com
::
sun
::
star
::
lang
::
Locale
&
aLocale
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
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