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
a114d5ef
Kaydet (Commit)
a114d5ef
authored
May 17, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove debugging-mode leak
üst
daafe7b0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
appinit.cxx
sfx2/source/appl/appinit.cxx
+1
-1
appquit.cxx
sfx2/source/appl/appquit.cxx
+3
-0
appdata.hxx
sfx2/source/inc/appdata.hxx
+3
-0
No files found.
sfx2/source/appl/appinit.cxx
Dosyayı görüntüle @
a114d5ef
...
...
@@ -255,7 +255,7 @@ bool SfxApplication::Initialize_Impl()
#ifdef DBG_UTIL
// The SimplerErrorHandler is for debugging. In the Product errors
// not processed are given to SFX as Errorcode 1.
new
SimpleErrorHandler
;
pAppData_Impl
->
m_pSimpleErrorHdl
=
new
SimpleErrorHandler
;
#endif
pAppData_Impl
->
m_pToolsErrorHdl
=
new
SfxErrorHandler
(
RID_ERRHDL
,
ERRCODE_AREA_TOOLS
,
ERRCODE_AREA_LIB1
);
...
...
sfx2/source/appl/appquit.cxx
Dosyayı görüntüle @
a114d5ef
...
...
@@ -159,6 +159,9 @@ void SfxApplication::Deinitialize()
delete
pAppData_Impl
->
m_pSbxErrorHdl
;
delete
pAppData_Impl
->
m_pSoErrorHdl
;
delete
pAppData_Impl
->
m_pToolsErrorHdl
;
#ifdef DBG_UTIL
delete
pAppData_Impl
->
m_pSimpleErrorHdl
;
#endif
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sfx2/source/inc/appdata.hxx
Dosyayı görüntüle @
a114d5ef
...
...
@@ -112,6 +112,9 @@ public:
// application members
SfxFilterMatcher
*
pMatcher
;
ResMgr
*
pLabelResMgr
;
#ifdef DBG_UTIL
SimpleErrorHandler
*
m_pSimpleErrorHdl
;
#endif
SfxErrorHandler
*
m_pToolsErrorHdl
;
SfxErrorHandler
*
m_pSoErrorHdl
;
SfxErrorHandler
*
m_pSbxErrorHdl
;
...
...
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