-Werror=shadow

Change-Id: I27493171620e93c8ca35345c3320fb8f6da5d2ab
This commit is contained in:
Stephan Bergmann 2015-05-10 13:44:05 +02:00
parent 5e62f81c75
commit 2796bc31e9

View File

@ -1246,8 +1246,8 @@ IMPL_LINK_NOARG( SvtFileDialog, FileNameModifiedHdl_Impl )
IMPL_LINK_NOARG( SvtFileDialog, URLBoxModifiedHdl_Impl )
{
OUString _aPath = _pImp->_pEdCurrentPath->GetURL();
OpenURL_Impl(_aPath);
OUString aPath = _pImp->_pEdCurrentPath->GetURL();
OpenURL_Impl(aPath);
return 0;
}