[Libreoffice-commits] .: sc/source
Thorsten Behrens
thorsten at kemper.freedesktop.org
Thu Nov 4 06:38:22 PDT 2010
sc/source/ui/miscdlgs/linkarea.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit fedac4e4dae7eafced5a96d1dc2cdc1bc7c4f793
Author: Kevin Hunter <hunteke at earlham.edu>
Date: Thu Nov 4 14:30:53 2010 +0100
Unused code removal
diff --git a/sc/source/ui/miscdlgs/linkarea.cxx b/sc/source/ui/miscdlgs/linkarea.cxx
index f6aea57..934ac66 100644
--- a/sc/source/ui/miscdlgs/linkarea.cxx
+++ b/sc/source/ui/miscdlgs/linkarea.cxx
@@ -263,7 +263,6 @@ IMPL_LINK( ScLinkedAreaDlg, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg
if ( !pSourceShell->GetError() ) // only errors
{
- //aCbUrl.SetText( pSourceShell->GetTitle( SFX_TITLE_FULLNAME ) );
aCbUrl.SetText( pMed->GetName() );
}
else
More information about the Libreoffice-commits
mailing list