summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/source/inc/filefmt.hxx7
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: */