-Werror=shadow
Change-Id: I27493171620e93c8ca35345c3320fb8f6da5d2ab
This commit is contained in:
@@ -1246,8 +1246,8 @@ IMPL_LINK_NOARG( SvtFileDialog, FileNameModifiedHdl_Impl )
|
|||||||
|
|
||||||
IMPL_LINK_NOARG( SvtFileDialog, URLBoxModifiedHdl_Impl )
|
IMPL_LINK_NOARG( SvtFileDialog, URLBoxModifiedHdl_Impl )
|
||||||
{
|
{
|
||||||
OUString _aPath = _pImp->_pEdCurrentPath->GetURL();
|
OUString aPath = _pImp->_pEdCurrentPath->GetURL();
|
||||||
OpenURL_Impl(_aPath);
|
OpenURL_Impl(aPath);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user