-Werror=shadow
Change-Id: I27493171620e93c8ca35345c3320fb8f6da5d2ab
This commit is contained in:
parent
5e62f81c75
commit
2796bc31e9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user