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
ac5368bf
Kaydet (Commit)
ac5368bf
authored
May 18, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
VclPtr: fix recovery dialogs asserts on exit
Change-Id: I3f3fcd13cbcf86eb431d499d3394a313dbdf7e47
üst
c8956a1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
recoveryui.cxx
svx/source/unodraw/recoveryui.cxx
+2
-2
No files found.
svx/source/unodraw/recoveryui.cxx
Dosyayı görüntüle @
ac5368bf
...
...
@@ -245,7 +245,7 @@ bool RecoveryUI::impl_doEmergencySave()
css
::
uno
::
Reference
<
css
::
frame
::
XStatusListener
>
xCore
(
pCore
);
// create dialog for this operation and bind it to the used core service
VclPtrInstance
<
svxdr
::
SaveDialog
>
xDialog
(
m_pParentWindow
,
pCore
);
Scoped
VclPtrInstance
<
svxdr
::
SaveDialog
>
xDialog
(
m_pParentWindow
,
pCore
);
// start the dialog
short
nRet
=
xDialog
->
Execute
();
...
...
@@ -260,7 +260,7 @@ void RecoveryUI::impl_doRecovery()
// create all needed dialogs for this operation
// and bind it to the used core service
VclPtrInstance
<
svxdr
::
RecoveryDialog
>
xDialog
(
m_pParentWindow
,
pCore
);
Scoped
VclPtrInstance
<
svxdr
::
RecoveryDialog
>
xDialog
(
m_pParentWindow
,
pCore
);
// start the dialog
xDialog
->
Execute
();
...
...
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