WaE: silence this for all compilers
This commit is contained in:
parent
a34b495c03
commit
b0d0898672
1 changed files with 2 additions and 2 deletions
|
@ -1437,7 +1437,7 @@ USHORT ScRange::ParseCols( const String& rStr, ScDocument* pDoc,
|
|||
if( NULL == p )
|
||||
return 0;
|
||||
|
||||
pDoc = NULL; // make compiler shutup we may need this later
|
||||
(void)pDoc; // make compiler shutup we may need this later
|
||||
|
||||
switch (rDetails.eConv)
|
||||
{
|
||||
|
@ -1496,7 +1496,7 @@ USHORT ScRange::ParseRows( const String& rStr, ScDocument* pDoc,
|
|||
if( NULL == p )
|
||||
return 0;
|
||||
|
||||
pDoc = NULL; // make compiler shutup we may need this later
|
||||
(void)pDoc; // make compiler shutup we may need this later
|
||||
|
||||
switch (rDetails.eConv)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue