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
ce6eed61
Kaydet (Commit)
ce6eed61
authored
Kas 11, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1338601 Uncaught exception
Change-Id: I255273601fd460b22aa22e3e366dc040e0795a87
üst
9f90d987
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 @
ce6eed61
...
...
@@ -99,7 +99,7 @@ public:
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSearchOptions
(
const
css
::
lang
::
Locale
&
rLocale
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getCollationOptions
(
const
css
::
lang
::
Locale
&
rLocale
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
css
::
uno
::
Sequence
<
css
::
uno
::
Sequence
<
beans
::
PropertyValue
>
>
SAL_CALL
getContinuousNumberingLevels
(
const
css
::
lang
::
Locale
&
rLocale
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Sequence
<
css
::
uno
::
Sequence
<
beans
::
PropertyValue
>
>
SAL_CALL
getContinuousNumberingLevels
(
const
css
::
lang
::
Locale
&
rLocale
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
css
::
uno
::
Sequence
<
css
::
uno
::
Reference
<
container
::
XIndexAccess
>
>
SAL_CALL
getOutlineNumberingLevels
(
const
css
::
lang
::
Locale
&
rLocale
)
throw
(
css
::
uno
::
RuntimeException
);
// XLocaleData4
...
...
i18npool/source/localedata/localedata.cxx
Dosyayı görüntüle @
ce6eed61
...
...
@@ -1265,7 +1265,7 @@ LocaleDataImpl::getReservedWord( const Locale& rLocale ) throw(RuntimeException
Sequence
<
Sequence
<
beans
::
PropertyValue
>
>
SAL_CALL
LocaleDataImpl
::
getContinuousNumberingLevels
(
const
lang
::
Locale
&
rLocale
)
throw
(
RuntimeException
)
LocaleDataImpl
::
getContinuousNumberingLevels
(
const
lang
::
Locale
&
rLocale
)
throw
(
RuntimeException
,
std
::
exception
)
{
// load symbol
MyFunc_Type2
func
=
reinterpret_cast
<
MyFunc_Type2
>
(
getFunctionSymbol
(
rLocale
,
"getContinuousNumberingLevels"
));
...
...
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