binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit bd3ff69c9d493234a24b57760af6a53b4652d253 Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Sep 14 15:04:30 2012 +0200 -Werror=shadow Change-Id: Ib3bda74edae6eb8d4b4d64ee18e94f76dbb13fed diff --git a/binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx b/binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx index d9cd6e6..8edece0 100644 --- a/binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx +++ b/binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx @@ -412,7 +412,7 @@ static const sal_Char pFilterRtf[] = "Rich Text Format (StarCalc)"; /*N*/ { /*N*/ RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "sc", "nn93723", "ScDocShell::Load" ); /*N*/ -/*N*/ ScRefreshTimerProtector aProt( aDocument.GetRefreshTimerControlAddress() ); +/*N*/ ScRefreshTimerProtector prot( aDocument.GetRefreshTimerControlAddress() ); /*N*/ /*N*/ DBG_ASSERT( pStor, "Load without storage?" ); /*N*/ BOOL bXML = ( pStor->GetVersion() >= SOFFICE_FILEFORMAT_60 ); @@ -486,7 +486,7 @@ static const sal_Char pFilterRtf[] = "Rich Text Format (StarCalc)"; /*N*/ BOOL bRet = FALSE; // FALSE heisst Benutzerabbruch !! /*N*/ // bei Fehler: Fehler am Stream setzen!! /*N*/ -/*N*/ ScRefreshTimerProtector aProt( aDocument.GetRefreshTimerControlAddress() ); +/*N*/ ScRefreshTimerProtector prot( aDocument.GetRefreshTimerControlAddress() ); /*N*/ /*N*/ // ob nach dem Import optimale Spaltenbreiten gesetzt werden sollen /*N*/ BOOL bSetColWidths = FALSE; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits