WaE: pOldRanges may be used uninitialized
Change-Id: I22ff60e30b8c5697f648fcd6b7b22a302c6a2135
This commit is contained in:
@@ -7503,7 +7503,7 @@ void SAL_CALL ScTableSheetObj::setPrintAreas(
|
||||
throw(uno::RuntimeException)
|
||||
{
|
||||
SolarMutexGuard aGuard;
|
||||
ScPrintRangeSaver* pOldRanges;
|
||||
ScPrintRangeSaver* pOldRanges = NULL;
|
||||
ScDocShell* pDocSh = GetDocShell();
|
||||
if ( pDocSh )
|
||||
{
|
||||
|
Reference in New Issue
Block a user