[Libreoffice-commits] core.git: fpicker/source
Stephan Bergmann
sbergman at redhat.com
Sun May 10 04:44:30 PDT 2015
fpicker/source/office/iodlg.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2796bc31e90c87cee10d832a67b1fd9dcab6e51f
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Sun May 10 13:44:05 2015 +0200
-Werror=shadow
Change-Id: I27493171620e93c8ca35345c3320fb8f6da5d2ab
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 90432ad..451d5ba 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -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;
}
More information about the Libreoffice-commits
mailing list