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
b4823f17
Kaydet (Commit)
b4823f17
authored
Tem 17, 2015
tarafından
Szymon Kłos
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Separator should not be the default selection
Change-Id: Id879e795d3b6722ca0d86f8f6a8a32b0ef6f12bd
üst
2960438d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
PlaceEditDialog.cxx
svtools/source/dialogs/PlaceEditDialog.cxx
+4
-1
No files found.
svtools/source/dialogs/PlaceEditDialog.cxx
Dosyayı görüntüle @
b4823f17
...
@@ -140,7 +140,6 @@ void PlaceEditDialog::InitDetails( )
...
@@ -140,7 +140,6 @@ void PlaceEditDialog::InitDetails( )
bool
bSkipOneDrive
=
OUString
(
ONEDRIVE_CLIENT_ID
).
isEmpty
()
||
bool
bSkipOneDrive
=
OUString
(
ONEDRIVE_CLIENT_ID
).
isEmpty
()
||
OUString
(
ONEDRIVE_CLIENT_SECRET
).
isEmpty
();
OUString
(
ONEDRIVE_CLIENT_SECRET
).
isEmpty
();
Sequence
<
OUString
>
aTypesUrlsList
(
officecfg
::
Office
::
Common
::
Misc
::
CmisServersUrls
::
get
(
xContext
)
);
Sequence
<
OUString
>
aTypesUrlsList
(
officecfg
::
Office
::
Common
::
Misc
::
CmisServersUrls
::
get
(
xContext
)
);
Sequence
<
OUString
>
aTypesNamesList
(
officecfg
::
Office
::
Common
::
Misc
::
CmisServersNames
::
get
(
xContext
)
);
Sequence
<
OUString
>
aTypesNamesList
(
officecfg
::
Office
::
Common
::
Misc
::
CmisServersNames
::
get
(
xContext
)
);
...
@@ -182,6 +181,10 @@ void PlaceEditDialog::InitDetails( )
...
@@ -182,6 +181,10 @@ void PlaceEditDialog::InitDetails( )
// Set default to first value
// Set default to first value
m_pLBServerType
->
SelectEntryPos
(
0
);
m_pLBServerType
->
SelectEntryPos
(
0
);
if
(
m_pLBServerType
->
GetSelectEntry
()
==
"--------------------"
)
m_pLBServerType
->
SelectEntryPos
(
1
);
SelectTypeHdl
(
m_pLBServerType
);
SelectTypeHdl
(
m_pLBServerType
);
}
}
...
...
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