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
efb254ca
Kaydet (Commit)
efb254ca
authored
Mar 31, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reduce to static_cast any reinterpret_cast from void pointers
Change-Id: If4b6022129e19cdfedfda9ddf92b907f67c3063b
üst
9ad3eafb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
registerservices.cxx
i18npool/source/registerservices/registerservices.cxx
+1
-1
textsearch.cxx
i18npool/source/search/textsearch.cxx
+1
-1
No files found.
i18npool/source/registerservices/registerservices.cxx
Dosyayı görüntüle @
efb254ca
...
@@ -567,7 +567,7 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL i18npool_component_getFactory( const sal_Cha
...
@@ -567,7 +567,7 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL i18npool_component_getFactory( const sal_Cha
void
*
pRet
=
NULL
;
void
*
pRet
=
NULL
;
lang
::
XMultiServiceFactory
*
pServiceManager
=
lang
::
XMultiServiceFactory
*
pServiceManager
=
reinterpret
_cast
<
lang
::
XMultiServiceFactory
*
>
(
_pServiceManager
);
static
_cast
<
lang
::
XMultiServiceFactory
*
>
(
_pServiceManager
);
uno
::
Reference
<
lang
::
XSingleServiceFactory
>
xFactory
;
uno
::
Reference
<
lang
::
XSingleServiceFactory
>
xFactory
;
for
(
const
InstancesArray
*
pArr
=
aInstances
;
pArr
->
pServiceNm
;
++
pArr
)
for
(
const
InstancesArray
*
pArr
=
aInstances
;
pArr
->
pServiceNm
;
++
pArr
)
...
...
i18npool/source/search/textsearch.cxx
Dosyayı görüntüle @
efb254ca
...
@@ -1117,7 +1117,7 @@ i18nsearch_component_getFactory( const sal_Char* sImplementationName,
...
@@ -1117,7 +1117,7 @@ i18nsearch_component_getFactory( const sal_Char* sImplementationName,
void
*
pRet
=
NULL
;
void
*
pRet
=
NULL
;
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
*
pServiceManager
=
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
*
pServiceManager
=
reinterpret
_cast
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
*
>
static
_cast
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
*
>
(
_pServiceManager
);
(
_pServiceManager
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XSingleServiceFactory
>
xFactory
;
::
com
::
sun
::
star
::
lang
::
XSingleServiceFactory
>
xFactory
;
...
...
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