diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-09-27 05:19:05 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-09-27 05:19:05 +0000 |
commit | 7548d773fdf47d1b35e94233f7f959328228c8c7 (patch) | |
tree | ad0a995c7c346a469abf8e1ad3e43b3cc239b769 /dbaccess/source/ui/querydesign/QueryTextView.cxx | |
parent | 139a81d38af7ea45640fcdf1a8e70a43fdc52cfe (diff) |
#92325# impl new sql functions
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryTextView.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryTextView.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryTextView.cxx b/dbaccess/source/ui/querydesign/QueryTextView.cxx index 92f565d8d7d7..406d834ecd22 100644 --- a/dbaccess/source/ui/querydesign/QueryTextView.cxx +++ b/dbaccess/source/ui/querydesign/QueryTextView.cxx @@ -2,9 +2,9 @@ * * $RCSfile: QueryTextView.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: oj $ $Date: 2001-09-20 12:56:16 $ + * last change: $Author: oj $ $Date: 2001-09-27 06:19:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -147,6 +147,12 @@ void OQueryTextView::Resize() m_pEdit->SetSizePixel( GetOutputSizePixel() ); } // ----------------------------------------------------------------------------- +// check if the statement is correct when not returning false +sal_Bool OQueryTextView::checkStatement() +{ + return sal_True; +} +// ----------------------------------------------------------------------------- ::rtl::OUString OQueryTextView::getStatement() { return m_pEdit->GetText(); |