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
ac33fb8e
Kaydet (Commit)
ac33fb8e
authored
Haz 27, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308466 Uncaught exception
Change-Id: I8b8c67ae0a6a14998852754ae938c137063b4851
üst
625e373d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
defaultnumberingprovider.hxx
i18npool/inc/defaultnumberingprovider.hxx
+1
-1
defaultnumberingprovider.cxx
...rce/defaultnumberingprovider/defaultnumberingprovider.cxx
+1
-1
No files found.
i18npool/inc/defaultnumberingprovider.hxx
Dosyayı görüntüle @
ac33fb8e
...
...
@@ -89,7 +89,7 @@ private:
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
container
::
XHierarchicalNameAccess
>
xHierarchicalNameAccess
;
TransliterationImpl
*
translit
;
OUString
SAL_CALL
makeNumberingIdentifier
(
sal_Int16
index
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
bool
SAL_CALL
isScriptFlagEnabled
(
const
OUString
&
aName
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
};
...
...
i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx
Dosyayı görüntüle @
ac33fb8e
...
...
@@ -944,7 +944,7 @@ static const Supported_NumberingType aSupportedTypes[] =
static
const
sal_Int32
nSupported_NumberingTypes
=
sizeof
(
aSupportedTypes
)
/
sizeof
(
Supported_NumberingType
);
OUString
DefaultNumberingProvider
::
makeNumberingIdentifier
(
sal_Int16
index
)
throw
(
RuntimeException
)
throw
(
RuntimeException
,
std
::
exception
)
{
if
(
aSupportedTypes
[
index
].
cSymbol
)
return
OUString
(
aSupportedTypes
[
index
].
cSymbol
,
strlen
(
aSupportedTypes
[
index
].
cSymbol
),
RTL_TEXTENCODING_UTF8
);
...
...
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