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
2d0341a2
Kaydet (Commit)
2d0341a2
authored
Kas 11, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1338596 Uncaught exception
Change-Id: Ic8b4c6a1718a10d0b9a5a99b069ef4e98de87518
üst
e660a051
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
localedata.hxx
i18npool/inc/localedata.hxx
+1
-1
localedata.cxx
i18npool/source/localedata/localedata.cxx
+1
-1
No files found.
i18npool/inc/localedata.hxx
Dosyayı görüntüle @
2d0341a2
...
...
@@ -111,7 +111,7 @@ public:
virtual
OUString
SAL_CALL
getIndexKeysByAlgorithm
(
const
css
::
lang
::
Locale
&
rLocale
,
const
OUString
&
algorithm
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
OUString
SAL_CALL
getIndexModuleByAlgorithm
(
const
css
::
lang
::
Locale
&
rLocale
,
const
OUString
&
algorithm
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Sequence
<
UnicodeScript
>
SAL_CALL
getUnicodeScripts
(
const
css
::
lang
::
Locale
&
rLocale
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getFollowPageWords
(
const
css
::
lang
::
Locale
&
rLocale
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getFollowPageWords
(
const
css
::
lang
::
Locale
&
rLocale
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
bool
SAL_CALL
hasPhonetic
(
const
css
::
lang
::
Locale
&
rLocale
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
bool
SAL_CALL
isPhonetic
(
const
css
::
lang
::
Locale
&
rLocale
,
const
OUString
&
algorithm
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
OUString
SAL_CALL
getHangingCharacters
(
const
css
::
lang
::
Locale
&
rLocale
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
...
...
i18npool/source/localedata/localedata.cxx
Dosyayı görüntüle @
2d0341a2
...
...
@@ -1122,7 +1122,7 @@ LocaleDataImpl::getUnicodeScripts( const Locale& rLocale ) throw(RuntimeExceptio
}
Sequence
<
OUString
>
SAL_CALL
LocaleDataImpl
::
getFollowPageWords
(
const
Locale
&
rLocale
)
throw
(
RuntimeException
)
LocaleDataImpl
::
getFollowPageWords
(
const
Locale
&
rLocale
)
throw
(
RuntimeException
,
std
::
exception
)
{
MyFunc_Type
func
=
reinterpret_cast
<
MyFunc_Type
>
(
getFunctionSymbol
(
rLocale
,
"getFollowPageWords"
));
...
...
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