summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-14 15:04:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-14 15:04:30 +0200
commitbd3ff69c9d493234a24b57760af6a53b4652d253 (patch)
treec7279eb929ffa2be486e28688d43405e3aaa5b62
parentc81071c7a0c4b25a64df30e76fedfbe11ec61d04 (diff)
-Werror=shadow
Change-Id: Ib3bda74edae6eb8d4b4d64ee18e94f76dbb13fed
-rw-r--r--binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx b/binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx
index d9cd6e6f2..8edece01e 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;