summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/AdabasStat.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-07-04 12:09:13 +0000
committerOcke Janssen <oj@openoffice.org>2001-07-04 12:09:13 +0000
commitcde779faa288e26330363c70daf1d6ec201285c1 (patch)
treeceb7fc2998b50748b40226f3137f9e56ac56724a /dbaccess/source/ui/dlg/AdabasStat.hxx
parent57af5d9b4828c24ddad307c744ccfa96a32a0445 (diff)
#85663# check if table is accessable and returns data
Diffstat (limited to 'dbaccess/source/ui/dlg/AdabasStat.hxx')
-rw-r--r--dbaccess/source/ui/dlg/AdabasStat.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/AdabasStat.hxx b/dbaccess/source/ui/dlg/AdabasStat.hxx
index 5a918fc1df6e..f3aa08ce214f 100644
--- a/dbaccess/source/ui/dlg/AdabasStat.hxx
+++ b/dbaccess/source/ui/dlg/AdabasStat.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AdabasStat.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fme $ $Date: 2001-06-21 15:07:11 $
+ * last change: $Author: oj $ $Date: 2001-07-04 13:09:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,6 +112,11 @@ namespace dbaui
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >
m_xConnection; /// valid as long as the page is active
+ sal_Bool m_bErrorShown; // true when we shown already the error
+
+ // check if the given table is accessable by the connected user
+ sal_Bool checkSystemTable(const ::rtl::OUString& _rsSystemTable, ::rtl::OUString& _rsSchemaName );
+ void showError();
public:
OAdabasStatistics( Window* pParent,