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
6b0f9034
Kaydet (Commit)
6b0f9034
authored
Tem 26, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More "Keep passing XComponentContext into officecfg:: wrapper fns"
Change-Id: Ie891f1afe8db2f3ac2f01e287e1caae4de3c3246
üst
aa03340d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docrecovery.cxx
svx/source/dialog/docrecovery.cxx
+1
-1
recoveryui.cxx
svx/source/unodraw/recoveryui.cxx
+1
-1
No files found.
svx/source/dialog/docrecovery.cxx
Dosyayı görüntüle @
6b0f9034
...
@@ -971,7 +971,7 @@ RecoveryDialog::RecoveryDialog(Window* pParent,
...
@@ -971,7 +971,7 @@ RecoveryDialog::RecoveryDialog(Window* pParent,
FreeResource
();
FreeResource
();
bool
bCrashRepEnabled
(
officecfg
::
Office
::
Recovery
::
CrashReporter
::
Enabled
::
get
());
bool
bCrashRepEnabled
(
officecfg
::
Office
::
Recovery
::
CrashReporter
::
Enabled
::
get
(
pCore
->
getComponentContext
()
));
m_bRecoveryOnly
=
!
bCrashRepEnabled
;
m_bRecoveryOnly
=
!
bCrashRepEnabled
;
PluginProgress
*
pProgress
=
new
PluginProgress
(
&
m_aProgrParent
,
pCore
->
getComponentContext
()
);
PluginProgress
*
pProgress
=
new
PluginProgress
(
&
m_aProgrParent
,
pCore
->
getComponentContext
()
);
...
...
svx/source/unodraw/recoveryui.cxx
Dosyayı görüntüle @
6b0f9034
...
@@ -276,7 +276,7 @@ void RecoveryUI::impl_doRecovery()
...
@@ -276,7 +276,7 @@ void RecoveryUI::impl_doRecovery()
{
{
bool
bRecoveryOnly
(
false
);
bool
bRecoveryOnly
(
false
);
bool
bCrashRepEnabled
(
officecfg
::
Office
::
Recovery
::
CrashReporter
::
Enabled
::
get
());
bool
bCrashRepEnabled
(
officecfg
::
Office
::
Recovery
::
CrashReporter
::
Enabled
::
get
(
m_xContext
));
bRecoveryOnly
=
!
bCrashRepEnabled
;
bRecoveryOnly
=
!
bCrashRepEnabled
;
// create core service, which implements the real "emergency save" algorithm.
// create core service, which implements the real "emergency save" algorithm.
...
...
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