From b176bb5157eff0f8d382b8dc96340733987bfc84 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 14 Nov 2006 12:27:27 +0000 Subject: INTEGRATION: CWS aw024 (1.9.140); FILE MERGED 2006/07/04 12:52:12 aw 1.9.140.5: RESYNC: (1.14-1.15); FILE MERGED 2005/09/18 04:10:26 aw 1.9.140.4: RESYNC: (1.13-1.14); FILE MERGED 2005/07/22 10:52:08 aw 1.9.140.3: RESYNC: (1.12-1.13); FILE MERGED 2005/03/24 00:32:53 aw 1.9.140.2: RESYNC: (1.9-1.12); FILE MERGED 2004/12/23 16:52:39 aw 1.9.140.1: #i39525 --- svx/source/inc/fmpgeimp.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'svx/source') diff --git a/svx/source/inc/fmpgeimp.hxx b/svx/source/inc/fmpgeimp.hxx index 31ee56371f2b..785f7eae3bac 100644 --- a/svx/source/inc/fmpgeimp.hxx +++ b/svx/source/inc/fmpgeimp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fmpgeimp.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-06-19 16:05:55 $ + * last change: $Author: ihi $ $Date: 2006-11-14 13:27:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,7 +71,6 @@ #endif class SvStream; -//BFS01class SdrIOHeader; class FmFormObj; class FmFormPage; class SdrObject; @@ -138,9 +137,6 @@ public: protected: // lesen und schreiben der Objecte -//BFS01 void WriteData(SvStream& rOut) const; // -//BFS01 void ReadData(const SdrIOHeader& rHead, SvStream& rIn); // - void write(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& OutStream) const; void read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& InStream); -- cgit