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
e211999c
Kaydet (Commit)
e211999c
authored
Tem 10, 2015
tarafından
Szymon Kłos
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
PlaceEditDialog: Remember the repository id if wasn't changed
Change-Id: Ib5e63bec0b6b3c2d7d0dc2c114656737979ef6d0
üst
c7079800
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
ServerDetailsControls.cxx
svtools/source/dialogs/ServerDetailsControls.cxx
+1
-3
No files found.
svtools/source/dialogs/ServerDetailsControls.cxx
Dosyayı görüntüle @
e211999c
...
@@ -329,12 +329,10 @@ bool CmisDetailsContainer::setUrl( const INetURLObject& rUrl )
...
@@ -329,12 +329,10 @@ bool CmisDetailsContainer::setUrl( const INetURLObject& rUrl )
if
(
bSuccess
)
if
(
bSuccess
)
{
{
OUString
sRepositoryId
;
OUString
sDecodedHost
=
rUrl
.
GetHost
(
INetURLObject
::
DECODE_WITH_CHARSET
);
OUString
sDecodedHost
=
rUrl
.
GetHost
(
INetURLObject
::
DECODE_WITH_CHARSET
);
INetURLObject
aHostUrl
(
sDecodedHost
);
INetURLObject
aHostUrl
(
sDecodedHost
);
m_sBinding
=
aHostUrl
.
GetURLNoMark
(
);
m_sBinding
=
aHostUrl
.
GetURLNoMark
(
);
sRepository
Id
=
aHostUrl
.
GetMark
(
);
m_sRepo
Id
=
aHostUrl
.
GetMark
(
);
m_pEDBinding
->
SetText
(
m_sBinding
);
m_pEDBinding
->
SetText
(
m_sBinding
);
m_pEDRoot
->
SetText
(
rUrl
.
GetURLPath
()
);
m_pEDRoot
->
SetText
(
rUrl
.
GetURLPath
()
);
...
...
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