From a465b21ddca95dd7a288808a11a683e6c587fd96 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Thu, 10 May 2001 13:31:14 +0000 Subject: #86724# bookmark fixes --- connectivity/source/inc/file/FTable.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'connectivity/source/inc/file/FTable.hxx') diff --git a/connectivity/source/inc/file/FTable.hxx b/connectivity/source/inc/file/FTable.hxx index 7a0946861066..ead0e8015952 100644 --- a/connectivity/source/inc/file/FTable.hxx +++ b/connectivity/source/inc/file/FTable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FTable.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: oj $ $Date: 2001-04-30 09:59:56 $ + * last change: $Author: oj $ $Date: 2001-05-10 14:31:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -154,6 +154,9 @@ namespace connectivity // com::sun::star::lang::XUnoTunnel virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException); static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId(); + + + sal_Int32 getFilePos() const { return m_nFilePos; } }; } } -- cgit