diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-08-03 23:28:07 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-08-03 23:45:06 +0900 |
commit | 7b75535e2891ff55f3c51f97f7dcb108f938e122 (patch) | |
tree | 24da8d4fe7b02ffbbd4445a1047ee71f278121c0 /basic | |
parent | 3ce453d4c93d43c8ad8367a77ad9b7c134d5b374 (diff) |
Remove declared but not defined functions
Change-Id: I583dc4043b471f741711693b32b16348bb1c8360
Diffstat (limited to 'basic')
-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 48a05a19cee3..fa441d7d92ac 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: */ |