From 6b25c0e28ce0bf5f86e070979cff97fd6a52cfe8 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 19 May 2004 12:55:15 +0000 Subject: [PATCH] INTEGRATION: CWS qwizards1 (1.4.146); FILE MERGED 2004/03/19 09:01:44 oj 1.4.146.1: #115937# call query wizard --- dbaccess/source/ui/inc/linkeddocuments.hxx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dbaccess/source/ui/inc/linkeddocuments.hxx b/dbaccess/source/ui/inc/linkeddocuments.hxx index dc2d22ee5e2b..43cc72081d56 100644 --- a/dbaccess/source/ui/inc/linkeddocuments.hxx +++ b/dbaccess/source/ui/inc/linkeddocuments.hxx @@ -2,9 +2,9 @@ * * $RCSfile: linkeddocuments.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-19 17:52:41 $ + * last change: $Author: kz $ $Date: 2004-05-19 13:55:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,6 +123,12 @@ namespace dbaui const String& _rObjectName, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection ); + sal_Bool newQueryWithPilot( + const String& _rDataSourceName, + const sal_Int32 _nCommandType, + const String& _rObjectName, + const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection + ); ::rtl::OUString getLocation(const ::rtl::OUString& _rLinkName);