From 02a4b8e5d6e43c36f937e1ecb23f52d33b8c8b1b Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Tue, 9 Jul 2002 11:48:40 +0000 Subject: #99921# check if datasource allows to check names --- dbaccess/source/ui/inc/dlgsave.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/inc/dlgsave.hxx') diff --git a/dbaccess/source/ui/inc/dlgsave.hxx b/dbaccess/source/ui/inc/dlgsave.hxx index d87ff0219c5a..d2b7abb2cb92 100644 --- a/dbaccess/source/ui/inc/dlgsave.hxx +++ b/dbaccess/source/ui/inc/dlgsave.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgsave.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: oj $ $Date: 2001-07-16 07:50:32 $ + * last change: $Author: oj $ $Date: 2002-07-09 12:37:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,6 +123,7 @@ namespace dbaui OSaveAsDlg( Window * pParent,const sal_Int32& _rType, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess>& _rxNames, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData>& _rxMetaData, + const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection, const String& rDefault, sal_Int32 _nFlags = SAD_DEFAULT | SAD_TITLE_STORE_AS); -- cgit