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
9c162ddb
Kaydet (Commit)
9c162ddb
authored
Eyl 08, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused Link<> field
Change-Id: I121f133513a9897f38bd87be96c2cea39fbfc836
üst
4db28b21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
btndlg.hxx
include/vcl/btndlg.hxx
+0
-1
btndlg.cxx
vcl/source/window/btndlg.cxx
+2
-7
No files found.
include/vcl/btndlg.hxx
Dosyayı görüntüle @
9c162ddb
...
@@ -91,7 +91,6 @@ private:
...
@@ -91,7 +91,6 @@ private:
sal_uInt16
mnCurButtonId
;
sal_uInt16
mnCurButtonId
;
sal_uInt16
mnFocusButtonId
;
sal_uInt16
mnFocusButtonId
;
bool
mbFormat
;
bool
mbFormat
;
Link
<>
maClickHdl
;
SAL_DLLPRIVATE
void
ImplInitButtonDialogData
();
SAL_DLLPRIVATE
void
ImplInitButtonDialogData
();
SAL_DLLPRIVATE
VclPtr
<
PushButton
>
ImplCreatePushButton
(
ButtonDialogFlags
nBtnFlags
);
SAL_DLLPRIVATE
VclPtr
<
PushButton
>
ImplCreatePushButton
(
ButtonDialogFlags
nBtnFlags
);
...
...
vcl/source/window/btndlg.cxx
Dosyayı görüntüle @
9c162ddb
...
@@ -260,13 +260,8 @@ void ButtonDialog::StateChanged( StateChangedType nType )
...
@@ -260,13 +260,8 @@ void ButtonDialog::StateChanged( StateChangedType nType )
void
ButtonDialog
::
Click
()
void
ButtonDialog
::
Click
()
{
{
if
(
!
maClickHdl
)
if
(
IsInExecute
()
)
{
EndDialog
(
GetCurButtonId
()
);
if
(
IsInExecute
()
)
EndDialog
(
GetCurButtonId
()
);
}
else
maClickHdl
.
Call
(
this
);
}
}
void
ButtonDialog
::
AddButton
(
const
OUString
&
rText
,
sal_uInt16
nId
,
void
ButtonDialog
::
AddButton
(
const
OUString
&
rText
,
sal_uInt16
nId
,
...
...
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