summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/dlgsave.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-07-09 11:48:40 +0000
committerOcke Janssen <oj@openoffice.org>2002-07-09 11:48:40 +0000
commit02a4b8e5d6e43c36f937e1ecb23f52d33b8c8b1b (patch)
treed4b3031023f3fa94ab1e401bd9b1ac8105959d41 /dbaccess/source/ui/inc/dlgsave.hxx
parent9b1221a3c2a7ecb032b52add2a3d6483d77242f3 (diff)
#99921# check if datasource allows to check names
Diffstat (limited to 'dbaccess/source/ui/inc/dlgsave.hxx')
-rw-r--r--dbaccess/source/ui/inc/dlgsave.hxx5
1 files changed, 3 insertions, 2 deletions
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);