From 1690063a93bcdd417e1c7fcea5389a9f5fee600e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 16 Jun 2008 12:33:34 +0000 Subject: [PATCH] INTEGRATION: CWS sb88 (1.7.10); FILE MERGED 2008/06/03 15:29:46 sb 1.7.10.1: #i89553 applied patch by cmc --- configmgr/source/backend/binaryreader.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configmgr/source/backend/binaryreader.hxx b/configmgr/source/backend/binaryreader.hxx index a89ccec8db69..a24dd72974e8 100644 --- a/configmgr/source/backend/binaryreader.hxx +++ b/configmgr/source/backend/binaryreader.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: binaryreader.hxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -65,8 +65,6 @@ namespace configmgr public: bool open() SAL_THROW( (io::IOException, uno::RuntimeException) ); - void reopen() SAL_THROW( (io::IOException, uno::RuntimeException) ); - void close() SAL_THROW( (io::IOException, uno::RuntimeException) ); typedef uno::Sequence< sal_Int8 > Binary; typedef uno::Sequence< rtl::OUString > StringList;