summaryrefslogtreecommitdiff
path: root/binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx')
-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;