diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-25 15:35:54 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-25 15:38:54 +0000 |
commit | 52bb216897b90a7ae37c6ba8fde3fdd9ce94ede0 (patch) | |
tree | 84758cbd2ba337f5c21c541d9cd064fb26f2c2b3 /unusedcode.easy | |
parent | 00856ee8107fa2d30e324bd6e5bcf3549c1e56d3 (diff) |
tweak the ifdefs to clarify the unused SbxDecimal methods
Diffstat (limited to 'unusedcode.easy')
-rw-r--r-- | unusedcode.easy | 11 |
1 files changed, 0 insertions, 11 deletions
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) |