summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/querycontroller.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-03-14 09:35:11 +0000
committerOcke Janssen <oj@openoffice.org>2001-03-14 09:35:11 +0000
commit1524b8f33d9a44dcea8ef8160684804dd2e46bf8 (patch)
tree950c7babc5bf8c3c3489c52e2b1b7fb0aaa8a3e2 /dbaccess/source/ui/inc/querycontroller.hxx
parent9a211e99eba2fe09bf79ef4a319a39da07920019 (diff)
#84840# check if connection is null and show extra button
Diffstat (limited to 'dbaccess/source/ui/inc/querycontroller.hxx')
-rw-r--r--dbaccess/source/ui/inc/querycontroller.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/querycontroller.hxx b/dbaccess/source/ui/inc/querycontroller.hxx
index 03ce6099210f..86e8d555314f 100644
--- a/dbaccess/source/ui/inc/querycontroller.hxx
+++ b/dbaccess/source/ui/inc/querycontroller.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: querycontroller.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: oj $ $Date: 2001-03-01 15:17:54 $
+ * last change: $Author: oj $ $Date: 2001-03-14 10:35:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,6 +141,7 @@ namespace dbaui
sal_Bool m_bViewFunction; // show the function row in the design view
sal_Bool m_bEsacpeProcessing;// is true when we shouldn't parse the statement
+ ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> getQueries();
// creates the querycomposer
void setQueryComposer();