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
d8439ca1
Kaydet (Commit)
d8439ca1
authored
Haz 04, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Match basicide_choose_macro in basctl/source/basicide/basobj2.cxx
Change-Id: I9add8be1c20c2529edf8d8616fe5e372938cd355
üst
588591d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
appserv.cxx
sfx2/source/appl/appserv.cxx
+2
-2
No files found.
sfx2/source/appl/appserv.cxx
Dosyayı görüntüle @
d8439ca1
...
@@ -832,13 +832,13 @@ void SfxApplication::MiscState_Impl(SfxItemSet &rSet)
...
@@ -832,13 +832,13 @@ void SfxApplication::MiscState_Impl(SfxItemSet &rSet)
#ifndef DISABLE_DYNLOADING
#ifndef DISABLE_DYNLOADING
typedef
rtl_uString
*
(
SAL_CALL
*
basicide_choose_macro
)(
XModel
*
,
sal_Bool
,
rtl_uString
*
);
typedef
rtl_uString
*
(
SAL_CALL
*
basicide_choose_macro
)(
void
*
,
sal_Bool
,
rtl_uString
*
);
extern
"C"
{
static
void
SAL_CALL
thisModule
()
{}
}
extern
"C"
{
static
void
SAL_CALL
thisModule
()
{}
}
#else
#else
extern
"C"
rtl_uString
*
basicide_choose_macro
(
XModel
*
,
sal_Bool
,
rtl_uString
*
);
extern
"C"
rtl_uString
*
basicide_choose_macro
(
void
*
,
sal_Bool
,
rtl_uString
*
);
#endif
#endif
...
...
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