Kaydet (Commit) e211999c authored tarafından Szymon Kłos's avatar Szymon Kłos

PlaceEditDialog: Remember the repository id if wasn't changed

Change-Id: Ib5e63bec0b6b3c2d7d0dc2c114656737979ef6d0
üst c7079800
...@@ -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( );
sRepositoryId = aHostUrl.GetMark( ); m_sRepoId = aHostUrl.GetMark( );
m_pEDBinding->SetText( m_sBinding ); m_pEDBinding->SetText( m_sBinding );
m_pEDRoot->SetText( rUrl.GetURLPath() ); m_pEDRoot->SetText( rUrl.GetURLPath() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment