diff options
Diffstat (limited to 'sc/source/ui/miscdlgs/linkarea.cxx')
-rw-r--r-- | sc/source/ui/miscdlgs/linkarea.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/miscdlgs/linkarea.cxx b/sc/source/ui/miscdlgs/linkarea.cxx index 67bc379f9c7f..94fc4e677dff 100644 --- a/sc/source/ui/miscdlgs/linkarea.cxx +++ b/sc/source/ui/miscdlgs/linkarea.cxx @@ -126,7 +126,7 @@ void ScLinkedAreaDlg::LoadDocument( const OUString& rFile, const OUString& rFilt // unload old document pSourceShell->DoClose(); pSourceShell = nullptr; - aSourceRef.Clear(); + aSourceRef.clear(); } if ( !rFile.isEmpty() ) @@ -239,7 +239,7 @@ IMPL_LINK( ScLinkedAreaDlg, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg, { pSourceShell->DoClose(); pSourceShell = nullptr; - aSourceRef.Clear(); + aSourceRef.clear(); m_pCbUrl->SetText( EMPTY_OUSTRING ); } |