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
b5c3743c
Kaydet (Commit)
b5c3743c
authored
Eki 11, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop SwTestPasswdDlg in favour of SfxPasswordDialog
Change-Id: I05b44c23cb38d89c7997e06634651325301ffbd8
üst
1a3a7877
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
14 deletions
+3
-14
helpid.h
sw/inc/helpid.h
+0
-1
uiregionsw.cxx
sw/source/ui/dialog/uiregionsw.cxx
+3
-13
No files found.
sw/inc/helpid.h
Dosyayı görüntüle @
b5c3743c
...
@@ -330,7 +330,6 @@
...
@@ -330,7 +330,6 @@
#define HID_LINGU_WORD_LANGUAGE "SW_HID_LINGU_WORD_LANGUAGE"
#define HID_LINGU_WORD_LANGUAGE "SW_HID_LINGU_WORD_LANGUAGE"
#define HID_LINGU_PARA_LANGUAGE "SW_HID_LINGU_PARA_LANGUAGE"
#define HID_LINGU_PARA_LANGUAGE "SW_HID_LINGU_PARA_LANGUAGE"
#define HID_MD_GLOS_DEFINE_TEXT "SW_HID_MD_GLOS_DEFINE_TEXT"
#define HID_MD_GLOS_DEFINE_TEXT "SW_HID_MD_GLOS_DEFINE_TEXT"
#define HID_DLG_PASSWD_SECTION "SW_HID_DLG_PASSWD_SECTION"
#define HID_MD_COPY_TO_CLIPBOARD "SW_HID_MD_COPY_TO_CLIPBOARD"
#define HID_MD_COPY_TO_CLIPBOARD "SW_HID_MD_COPY_TO_CLIPBOARD"
#define HID_MD_GLOS_IMPORT "SW_HID_MD_GLOS_IMPORT"
#define HID_MD_GLOS_IMPORT "SW_HID_MD_GLOS_IMPORT"
#define HID_SMARTTAG_MAIN "SW_HID_SMARTTAG_MAIN" // SMARTTAGS
#define HID_SMARTTAG_MAIN "SW_HID_SMARTTAG_MAIN" // SMARTTAGS
...
...
sw/source/ui/dialog/uiregionsw.cxx
Dosyayı görüntüle @
b5c3743c
...
@@ -136,16 +136,6 @@ void lcl_FillSubRegionList( SwWrtShell& rSh, ComboBox& rSubRegions, ComboBox* pA
...
@@ -136,16 +136,6 @@ void lcl_FillSubRegionList( SwWrtShell& rSh, ComboBox& rSubRegions, ComboBox* pA
}
}
}
}
class
SwTestPasswdDlg
:
public
SfxPasswordDialog
{
public
:
SwTestPasswdDlg
(
Window
*
pParent
)
:
SfxPasswordDialog
(
pParent
)
{
SetHelpId
(
HID_DLG_PASSWD_SECTION
);
}
};
/*----------------------------------------------------------------------------
/*----------------------------------------------------------------------------
Description: user data class for region information
Description: user data class for region information
----------------------------------------------------------------------------*/
----------------------------------------------------------------------------*/
...
@@ -448,7 +438,7 @@ sal_Bool SwEditRegionDlg::CheckPasswd(CheckBox* pBox)
...
@@ -448,7 +438,7 @@ sal_Bool SwEditRegionDlg::CheckPasswd(CheckBox* pBox)
if
(
!
pRepr
->
GetTempPasswd
().
getLength
()
if
(
!
pRepr
->
GetTempPasswd
().
getLength
()
&&
pRepr
->
GetSectionData
().
GetPassword
().
getLength
())
&&
pRepr
->
GetSectionData
().
GetPassword
().
getLength
())
{
{
S
wTestPasswdDl
g
aPasswdDlg
(
this
);
S
fxPasswordDialo
g
aPasswdDlg
(
this
);
bRet
=
sal_False
;
bRet
=
sal_False
;
if
(
aPasswdDlg
.
Execute
())
if
(
aPasswdDlg
.
Execute
())
{
{
...
@@ -1327,7 +1317,7 @@ IMPL_LINK( SwEditRegionDlg, ChangePasswdHdl, Button *, pBox )
...
@@ -1327,7 +1317,7 @@ IMPL_LINK( SwEditRegionDlg, ChangePasswdHdl, Button *, pBox )
{
{
if
(
!
pRepr
->
GetTempPasswd
().
getLength
()
||
bChange
)
if
(
!
pRepr
->
GetTempPasswd
().
getLength
()
||
bChange
)
{
{
S
wTestPasswdDl
g
aPasswdDlg
(
this
);
S
fxPasswordDialo
g
aPasswdDlg
(
this
);
aPasswdDlg
.
ShowExtras
(
SHOWEXTRAS_CONFIRM
);
aPasswdDlg
.
ShowExtras
(
SHOWEXTRAS_CONFIRM
);
if
(
RET_OK
==
aPasswdDlg
.
Execute
())
if
(
RET_OK
==
aPasswdDlg
.
Execute
())
{
{
...
@@ -1782,7 +1772,7 @@ IMPL_LINK( SwInsertSectionTabPage, ChangePasswdHdl, Button *, pButton )
...
@@ -1782,7 +1772,7 @@ IMPL_LINK( SwInsertSectionTabPage, ChangePasswdHdl, Button *, pButton )
{
{
if
(
!
m_aNewPasswd
.
getLength
()
||
bChange
)
if
(
!
m_aNewPasswd
.
getLength
()
||
bChange
)
{
{
S
wTestPasswdDl
g
aPasswdDlg
(
this
);
S
fxPasswordDialo
g
aPasswdDlg
(
this
);
aPasswdDlg
.
ShowExtras
(
SHOWEXTRAS_CONFIRM
);
aPasswdDlg
.
ShowExtras
(
SHOWEXTRAS_CONFIRM
);
if
(
RET_OK
==
aPasswdDlg
.
Execute
())
if
(
RET_OK
==
aPasswdDlg
.
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