fpicker/source/office/iodlg.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2796bc31e90c87cee10d832a67b1fd9dcab6e51f
Author: Stephan Bergmann <[email protected]>
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;
 }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to