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
2ef43902
Kaydet (Commit)
2ef43902
authored
Nis 05, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#704787 Explicit null dereferenced
Change-Id: I8c83648f39c4e8e6aeae06e764820f7677f75288
üst
73c70f28
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
38 deletions
+1
-38
sfxsids.hrc
include/sfx2/sfxsids.hrc
+1
-1
appslots.sdi
sfx2/sdi/appslots.sdi
+0
-4
sfx.sdi
sfx2/sdi/sfx.sdi
+0
-25
appserv.cxx
sfx2/source/appl/appserv.cxx
+0
-8
No files found.
include/sfx2/sfxsids.hrc
Dosyayı görüntüle @
2ef43902
...
...
@@ -213,7 +213,7 @@
#define SID_OVERWRITE (SID_SFX_START + 1634)
#define SID_RENAME (SID_SFX_START + 1653)
#define SID_PARTWIN (SID_SFX_START + 1640)
#define SID_CRASH (SID_SFX_START + 1645
)
// FREE (was: SID_CRASH
)
#define SID_FAIL_ON_WARNING (SID_SFX_START + 1646)
#define SID_INPUTSTREAM (SID_SFX_START + 1648)
#define SID_LOGOUT (SID_SFX_START + 1652)
...
...
sfx2/sdi/appslots.sdi
Dosyayı görüntüle @
2ef43902
...
...
@@ -138,10 +138,6 @@ interface Application
ExecMethod = MiscExec_Impl ;
StateMethod = MiscState_Impl ;
]
SID_CRASH
[
ExecMethod = MiscExec_Impl ;
]
SID_UPDATE_CONFIG
[
ExecMethod = MiscExec_Impl ;
...
...
sfx2/sdi/sfx.sdi
Dosyayı görüntüle @
2ef43902
...
...
@@ -1197,31 +1197,6 @@ SfxVoidItem Copy SID_COPY
]
SfxVoidItem Crash SID_CRASH
(SfxBoolItem Direct SID_CRASH)
[
/* flags: */
AutoUpdate = FALSE,
Cachable = Cachable,
FastCall = FALSE,
HasCoreId = FALSE,
HasDialog = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = TRUE,
RecordAbsolute = FALSE,
RecordPerSet;
Synchron;
/* config: */
AccelConfig = FALSE,
MenuConfig = FALSE,
StatusBarConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = ;
]
SfxVoidItem CreateMacro SID_BASICIDE_CREATEMACRO
(SfxMacroInfoItem aMacroInfo SID_BASICIDE_ARG_MACROINFO)
[
...
...
sfx2/source/appl/appserv.cxx
Dosyayı görüntüle @
2ef43902
...
...
@@ -564,14 +564,6 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
break
;
#endif
case
SID_CRASH
:
{
// Provoke a crash:
char
*
crash
=
0
;
*
crash
=
0
;
break
;
}
case
SID_SHOW_IME_STATUS_WINDOW
:
if
(
pAppData_Impl
->
m_xImeStatusWindow
->
canToggle
())
{
...
...
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