summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/source/sbx/sbxdec.cxx16
-rw-r--r--unusedcode.easy11
2 files changed, 0 insertions, 27 deletions
diff --git a/basic/source/sbx/sbxdec.cxx b/basic/source/sbx/sbxdec.cxx
index 992bff0bd48e..5f37c460e670 100644
--- a/basic/source/sbx/sbxdec.cxx
+++ b/basic/source/sbx/sbxdec.cxx
@@ -428,7 +428,6 @@ bool SbxDecimal::getString( ::rtl::OUString& rString )
SbxDecimal* ImpCreateDecimal( SbxValues* p )
{
-#ifdef WIN32
if( !p )
return NULL;
@@ -439,15 +438,10 @@ SbxDecimal* ImpCreateDecimal( SbxValues* p )
rpDecimal->addRef();
}
return rpDecimal;
-#else
- (void)p;
- return NULL;
-#endif
}
SbxDecimal* ImpGetDecimal( const SbxValues* p )
{
-#ifdef WIN32
SbxValues aTmp;
SbxDecimal* pnDecRes;
@@ -563,16 +557,10 @@ start:
SbxBase::SetError( SbxERR_CONVERSION ); pnDecRes->setShort( 0 );
}
return pnDecRes;
-#else
- (void)p;
- return NULL;
-#endif
}
-
void ImpPutDecimal( SbxValues* p, SbxDecimal* pDec )
{
-#ifdef WIN32
if( !pDec )
return;
@@ -739,10 +727,6 @@ start:
default:
SbxBase::SetError( SbxERR_CONVERSION );
}
-#else
- (void)p;
- (void)pDec;
-#endif
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unusedcode.easy b/unusedcode.easy
index 9a1af713f142..fca03afb41c1 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -132,20 +132,9 @@ SbiExpression::VBA_Imp()
SbiIoSystem::NextChannel()
SbiRuntime::GetParams()
SbiSymPool::Clear()
-SbxDecimal::SbxDecimal()
SbxDecimal::getByte(unsigned char&)
-SbxDecimal::getChar(unsigned short&)
SbxDecimal::getInt(int&)
-SbxDecimal::getLong(int&)
-SbxDecimal::getShort(short&)
-SbxDecimal::getString(rtl::OUString&)
SbxDecimal::getUInt(unsigned int&)
-SbxDecimal::getULong(unsigned int&)
-SbxDecimal::getUShort(unsigned short&)
-SbxDecimal::setShort(short)
-SbxDecimal::setString(rtl::OUString*)
-SbxDecimal::setUShort(unsigned short)
-SbxValue::PutDecimal(SbxDecimal*)
ScAddInAsyncs::Insert(ScAddInAsync* const&, unsigned short&)
ScAddInAsyncs::Insert(ScAddInAsync* const*, unsigned short)
ScAddInAsyncs::Insert(ScAddInAsyncs const*, unsigned short, unsigned short)