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
29d5cb9a
Kaydet (Commit)
29d5cb9a
authored
Eyl 08, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwMailConfigDlg can now be converted to SfxSingleTabDialog
Change-Id: Ic9895e027be8b5406dda7756a19127bd4edee63d
üst
9f71d4e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
11 deletions
+5
-11
mailconfigpage.cxx
sw/source/ui/config/mailconfigpage.cxx
+3
-7
mailconfigpage.hxx
sw/source/ui/inc/mailconfigpage.hxx
+2
-4
No files found.
sw/source/ui/config/mailconfigpage.cxx
Dosyayı görüntüle @
29d5cb9a
...
@@ -409,15 +409,11 @@ void SwTestAccountSettingsDialog::Test()
...
@@ -409,15 +409,11 @@ void SwTestAccountSettingsDialog::Test()
}
}
}
}
SwMailConfigDlg
::
SwMailConfigDlg
(
Window
*
pParent
,
SfxItemSet
&
rSet
)
:
SwMailConfigDlg
::
SwMailConfigDlg
(
Window
*
pParent
,
SfxItemSet
&
rSet
)
SfxNoLayoutSingleTabDialog
(
pParent
,
rSet
,
0
)
:
SfxSingleTabDialog
(
pParent
,
rSet
)
{
{
// create TabPage
// create TabPage
SetTabPage
(
SwMailConfigPage
::
Create
(
this
,
rSet
));
setTabPage
(
SwMailConfigPage
::
Create
(
get_content_area
(),
rSet
));
}
SwMailConfigDlg
::~
SwMailConfigDlg
()
{
}
}
SwAuthenticationSettingsDialog
::
SwAuthenticationSettingsDialog
(
SwAuthenticationSettingsDialog
::
SwAuthenticationSettingsDialog
(
...
...
sw/source/ui/inc/mailconfigpage.hxx
Dosyayı görüntüle @
29d5cb9a
...
@@ -67,12 +67,10 @@ public:
...
@@ -67,12 +67,10 @@ public:
};
};
class
SwMailConfigDlg
:
public
Sfx
NoLayout
SingleTabDialog
class
SwMailConfigDlg
:
public
SfxSingleTabDialog
{
{
public
:
public
:
SwMailConfigDlg
(
Window
*
pParent
,
SfxItemSet
&
rSet
);
SwMailConfigDlg
(
Window
*
pParent
,
SfxItemSet
&
rSet
);
~
SwMailConfigDlg
();
};
};
#endif
#endif
...
...
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