| author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-08-03 14:28:07 (GMT) |
|---|---|---|
| committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-08-03 14:45:06 (GMT) |
| commit | 7b75535e2891ff55f3c51f97f7dcb108f938e122 (patch) (side-by-side diff) | |
| tree | 24da8d4fe7b02ffbbd4445a1047ee71f278121c0 | |
| parent | 3ce453d4c93d43c8ad8367a77ad9b7c134d5b374 (diff) | |
| download | core-7b75535e2891ff55f3c51f97f7dcb108f938e122.zip core-7b75535e2891ff55f3c51f97f7dcb108f938e122.tar.gz | |
Remove declared but not defined functions
Change-Id: I583dc4043b471f741711693b32b16348bb1c8360
| -rw-r--r-- | basic/source/inc/filefmt.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/basic/source/inc/filefmt.hxx b/basic/source/inc/filefmt.hxx index 48a05a1..fa441d7 100644 --- a/basic/source/inc/filefmt.hxx +++ b/basic/source/inc/filefmt.hxx @@ -155,13 +155,6 @@ class SvStream; // sal_uInt16 number of objects // .... object data - -// service routines (in IMAGE.CXX) - -sal_Bool SbGood( SvStream& r ); -sal_uIntPtr SbOpenRecord( SvStream&, sal_uInt16 nSignature, sal_uInt16 nElem ); -void SbCloseRecord( SvStream&, sal_uIntPtr ); - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |
