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
49a32f4b
Kaydet (Commit)
49a32f4b
authored
Kas 26, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
replace a MessBox with a MessageDialog
Change-Id: Icf8cf2288f8d7000d885f8f63d39c294a0fc596b
üst
414530e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
fupage.cxx
sd/source/ui/func/fupage.cxx
+5
-7
No files found.
sd/source/ui/func/fupage.cxx
Dosyayı görüntüle @
49a32f4b
...
...
@@ -26,7 +26,7 @@
#include <svx/svxids.hrc>
#include <svx/dialogs.hrc>
#include <svl/itempool.hxx>
#include <vcl/
msgbox
.hxx>
#include <vcl/
layout
.hxx>
#include <sfx2/request.hxx>
#include <svl/stritem.hxx>
#include <vcl/prntypes.hxx>
...
...
@@ -369,12 +369,10 @@ const SfxItemSet* FuPage::ExecuteDialog( vcl::Window* pParent )
// notice-masterpage (at the moment)
if
(
ePageKind
!=
PK_NOTES
)
{
ScopedVclPtrInstance
<
MessBox
>
aQuestionBox
(
pParent
,
WB_YES_NO
|
WB_DEF_YES
,
SD_RESSTR
(
STR_PAGE_BACKGROUND_TITLE
),
SD_RESSTR
(
STR_PAGE_BACKGROUND_TXT
)
);
aQuestionBox
->
SetImage
(
QueryBox
::
GetStandardImage
()
);
ScopedVclPtrInstance
<
MessageDialog
>
aQuestionBox
(
pParent
,
SD_RESSTR
(
STR_PAGE_BACKGROUND_TXT
),
VCL_MESSAGE_QUESTION
,
VCL_BUTTONS_YES_NO
);
aQuestionBox
->
SetText
(
SD_RESSTR
(
STR_PAGE_BACKGROUND_TITLE
));
bSetToAllPages
=
(
RET_YES
==
aQuestionBox
->
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