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
2be92a9d
Kaydet (Commit)
2be92a9d
authored
Nis 18, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svidl: Unwind SFX_SLOTMAP_ARG, and kill it.
Change-Id: Icd99fd2cd530f52b0acf5d91667eeec8142e8340
üst
62256ea1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
object.cxx
idl/source/objects/object.cxx
+1
-1
shell.hxx
include/sfx2/shell.hxx
+0
-2
No files found.
idl/source/objects/object.cxx
Dosyayı görüntüle @
2be92a9d
...
@@ -611,7 +611,7 @@ void SvMetaClass::WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm )
...
@@ -611,7 +611,7 @@ void SvMetaClass::WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm )
rOutStm
<<
endl
;
rOutStm
<<
endl
;
// write slotmap
// write slotmap
rOutStm
.
WriteCharPtr
(
"SFX_SLOTMAP_ARG("
).
WriteCharPtr
(
GetName
().
getString
().
getStr
()
).
WriteChar
(
')'
)
<<
endl
;
rOutStm
.
WriteCharPtr
(
"static SfxSlot a"
).
WriteCharPtr
(
GetName
().
getString
().
getStr
()).
WriteCharPtr
(
"Slots_Impl[] ="
)
<<
endl
;
rOutStm
.
WriteChar
(
'{'
)
<<
endl
;
rOutStm
.
WriteChar
(
'{'
)
<<
endl
;
// write all attributes
// write all attributes
...
...
include/sfx2/shell.hxx
Dosyayı görüntüle @
2be92a9d
...
@@ -298,8 +298,6 @@ inline void SfxShell::SetPool
...
@@ -298,8 +298,6 @@ inline void SfxShell::SetPool
#define SFX_SLOTMAP(ShellClass) static SfxFormalArgument a##ShellClass##Args_Impl[1]; \
#define SFX_SLOTMAP(ShellClass) static SfxFormalArgument a##ShellClass##Args_Impl[1]; \
static SfxSlot a##ShellClass##Slots_Impl[] =
static SfxSlot a##ShellClass##Slots_Impl[] =
#define SFX_SLOTMAP_ARG(ShellClass) static SfxSlot a##ShellClass##Slots_Impl[] =
#define SFX_DECL_INTERFACE(nId) \
#define SFX_DECL_INTERFACE(nId) \
static SfxInterface* pInterface; \
static SfxInterface* pInterface; \
private: \
private: \
...
...
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