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
6dfc7d12
Kaydet (Commit)
6dfc7d12
authored
Ock 08, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix LocaleDataImpl::getImplementationName
Change-Id: I36dd015635c30f63e2085c250e159fbd536da611
üst
0761f816
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
localedata.cxx
i18npool/source/localedata/localedata.cxx
+2
-4
No files found.
i18npool/source/localedata/localedata.cxx
Dosyayı görüntüle @
6dfc7d12
...
...
@@ -32,8 +32,6 @@ using namespace com::sun::star::uno;
using
namespace
com
::
sun
::
star
::
lang
;
using
namespace
com
::
sun
::
star
;
static
const
sal_Char
clocaledata
[]
=
"com.sun.star.i18n.LocaleData"
;
typedef
sal_Unicode
**
(
SAL_CALL
*
MyFunc_Type
)(
sal_Int16
&
);
typedef
sal_Unicode
***
(
SAL_CALL
*
MyFunc_Type2
)(
sal_Int16
&
,
sal_Int16
&
);
typedef
sal_Unicode
****
(
SAL_CALL
*
MyFunc_Type3
)(
sal_Int16
&
,
sal_Int16
&
,
sal_Int16
&
);
...
...
@@ -1618,7 +1616,7 @@ sal_Bool OutlineNumbering::hasElements( ) throw(RuntimeException)
OUString
SAL_CALL
LocaleDataImpl
::
getImplementationName
()
throw
(
RuntimeException
)
{
return
OUString
(
clocaledata
);
return
OUString
(
"com.sun.star.i18n.LocaleDataImpl"
);
}
sal_Bool
SAL_CALL
LocaleDataImpl
::
supportsService
(
const
OUString
&
rServiceName
)
...
...
@@ -1631,7 +1629,7 @@ Sequence< OUString > SAL_CALL
LocaleDataImpl
::
getSupportedServiceNames
()
throw
(
RuntimeException
)
{
Sequence
<
OUString
>
aRet
(
1
);
aRet
[
0
]
=
OUString
(
clocaledata
)
;
aRet
[
0
]
=
"com.sun.star.i18n.LocaleData"
;
return
aRet
;
}
...
...
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