summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/querycontainerwindow.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-09-27 05:19:05 +0000
committerOcke Janssen <oj@openoffice.org>2001-09-27 05:19:05 +0000
commit7548d773fdf47d1b35e94233f7f959328228c8c7 (patch)
treead0a995c7c346a469abf8e1ad3e43b3cc239b769 /dbaccess/source/ui/inc/querycontainerwindow.hxx
parent139a81d38af7ea45640fcdf1a8e70a43fdc52cfe (diff)
#92325# impl new sql functions
Diffstat (limited to 'dbaccess/source/ui/inc/querycontainerwindow.hxx')
-rw-r--r--dbaccess/source/ui/inc/querycontainerwindow.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/querycontainerwindow.hxx b/dbaccess/source/ui/inc/querycontainerwindow.hxx
index d3dbeb4ed7e1..8316b34d2f43 100644
--- a/dbaccess/source/ui/inc/querycontainerwindow.hxx
+++ b/dbaccess/source/ui/inc/querycontainerwindow.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: querycontainerwindow.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2001-08-23 14:25:36 $
+ * last change: $Author: oj $ $Date: 2001-09-27 06:19:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,6 +142,7 @@ namespace dbaui
void setReadOnly( sal_Bool _bReadOnly ) { m_pViewSwitch->setReadOnly( _bReadOnly ); }
+ sal_Bool checkStatement() { return m_pViewSwitch->checkStatement( ); }
::rtl::OUString getStatement() { return m_pViewSwitch->getStatement( ); }
void setStatement( const ::rtl::OUString& _rsStatement ) { m_pViewSwitch->setStatement( _rsStatement ); }
@@ -169,6 +170,9 @@ namespace dbaui
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2001/08/23 14:25:36 fs
+ * initial checkin - outsourced from QueryTextView.hxx (the container window for the query design)
+ *
*
* Revision 1.0 23.08.01 12:08:57 fs
************************************************************************/