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
5253732c
Kaydet (Commit)
5253732c
authored
Agu 28, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix some *_component_getFactory function types
Change-Id: I8e7cc2d26df27e2eb48ddec53ea0a4f1d1381e23
üst
54bdfe0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
cmdmailentry.cxx
shell/source/cmdmail/cmdmailentry.cxx
+2
-2
shellexecentry.cxx
shell/source/unix/exec/shellexecentry.cxx
+2
-2
No files found.
shell/source/cmdmail/cmdmailentry.cxx
Dosyayı görüntüle @
5253732c
...
...
@@ -55,8 +55,8 @@ extern "C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
cmdmail_component_getFactory
(
const
sal_Char
*
pImplName
,
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pSrvManager*/
,
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pRegistryKey*/
)
SAL_UNUSED_PARAMETER
void
*
/*pSrvManager*/
,
SAL_UNUSED_PARAMETER
void
*
/*pRegistryKey*/
)
{
Reference
<
XSingleComponentFactory
>
xFactory
;
...
...
shell/source/unix/exec/shellexecentry.cxx
Dosyayı görüntüle @
5253732c
...
...
@@ -53,8 +53,8 @@ extern "C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
syssh_component_getFactory
(
const
sal_Char
*
pImplName
,
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pSrvManager*/
,
SAL_UNUSED_PARAMETER
uno_Interface
*
/*pRegistryKey*/
)
SAL_UNUSED_PARAMETER
void
*
/*pSrvManager*/
,
SAL_UNUSED_PARAMETER
void
*
/*pRegistryKey*/
)
{
Reference
<
XSingleComponentFactory
>
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