Remove declared but not defined functions

Change-Id: I583dc4043b471f741711693b32b16348bb1c8360
This commit is contained in:
Takeshi Abe
2012-08-03 23:28:07 +09:00
parent 3ce453d4c9
commit 7b75535e28

View File

@@ -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: */