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
948350d6
Kaydet (Commit)
948350d6
authored
Eyl 07, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: member init order
Change-Id: Idf7def16e5a9bb4a44624dbc1039e7df05d07c40
üst
818d2699
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
optjava.cxx
cui/source/options/optjava.cxx
+2
-3
No files found.
cui/source/options/optjava.cxx
Dosyayı görüntüle @
948350d6
...
@@ -117,12 +117,11 @@ SvxJavaOptionsPage::SvxJavaOptionsPage( Window* pParent, const SfxItemSet& rSet
...
@@ -117,12 +117,11 @@ SvxJavaOptionsPage::SvxJavaOptionsPage( Window* pParent, const SfxItemSet& rSet
m_sAccessibilityText
(
CUI_RES
(
STR_ACCESSIBILITY
)
),
m_sAccessibilityText
(
CUI_RES
(
STR_ACCESSIBILITY
)
),
m_sAddDialogText
(
CUI_RES
(
STR_ADDDLGTEXT
)
),
m_sAddDialogText
(
CUI_RES
(
STR_ADDDLGTEXT
)
),
xDialogListener
(
new
::
svt
::
DialogClosedListener
()
),
m_aExperimental
(
this
,
CUI_RES
(
FL_EXPERIMENTAL
)
),
m_aExperimental
(
this
,
CUI_RES
(
FL_EXPERIMENTAL
)
),
m_aExperimentalCB
(
this
,
CUI_RES
(
CB_EXPERIMENTAL
)
),
m_aExperimentalCB
(
this
,
CUI_RES
(
CB_EXPERIMENTAL
)
),
m_aMacroCB
(
this
,
CUI_RES
(
CB_MACRO
)
)
m_aMacroCB
(
this
,
CUI_RES
(
CB_MACRO
)
)
,
xDialogListener
(
new
::
svt
::
DialogClosedListener
()
)
{
{
m_aJavaEnableCB
.
SetClickHdl
(
LINK
(
this
,
SvxJavaOptionsPage
,
EnableHdl_Impl
)
);
m_aJavaEnableCB
.
SetClickHdl
(
LINK
(
this
,
SvxJavaOptionsPage
,
EnableHdl_Impl
)
);
m_aJavaList
.
SetCheckButtonHdl
(
LINK
(
this
,
SvxJavaOptionsPage
,
CheckHdl_Impl
)
);
m_aJavaList
.
SetCheckButtonHdl
(
LINK
(
this
,
SvxJavaOptionsPage
,
CheckHdl_Impl
)
);
...
...
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