WaE: silence this for all compilers

This commit is contained in:
Caolán McNamara 2011-02-14 10:37:32 +00:00
parent a34b495c03
commit b0d0898672

View file

@ -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)
{