diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-29 12:40:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-29 15:08:43 +0200 |
commit | 34180700b2686c97cdce0b52ca9578a41a153035 (patch) | |
tree | 073f3753e4483f30efa3c7c769f23971e6a046d5 /basic | |
parent | e710170d906fcb248a5e4ff5a3a90cbf0e20003d (diff) |
loplugin:removeunusedmethods, remove unused stuff
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/runtime.hxx | 3 | ||||
-rw-r--r-- | basic/source/runtime/iosys.cxx | 7 |
2 files changed, 0 insertions, 10 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx index 3963b2d21cbf..06cc060053fa 100644 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -202,9 +202,6 @@ public: LanguageType* peFormatterLangType=NULL, DateFormat* peFormatterDateFormat=NULL ); }; -SbiIoSystem* SbGetIoSystem(); - - // chainable items to keep references temporary struct RefSaveItem { diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index 529214150b26..cf3b33eef8c1 100644 --- a/basic/source/runtime/iosys.cxx +++ b/basic/source/runtime/iosys.cxx @@ -758,13 +758,6 @@ SbError SbiStream::Write( const OString& rBuf, sal_uInt16 n ) -SbiIoSystem* SbGetIoSystem() -{ - SbiInstance* pInst = GetSbData()->pInst; - return pInst ? pInst->GetIoSystem() : NULL; -} - - SbiIoSystem::SbiIoSystem() { for( short i = 0; i < CHANNELS; i++ ) |