summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/querycontroller.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-09-27 10:26:33 +0000
committerOcke Janssen <oj@openoffice.org>2002-09-27 10:26:33 +0000
commitb48832df0f20470482d19fc7f4dbaeec36abad09 (patch)
treedd7b3ba21742a2045966c770494ae9c531c8cf7e /dbaccess/source/ui/inc/querycontroller.hxx
parentfb162871bea92577e72437e59e1dfc1d2e6b3a93 (diff)
#97230# new interface for ParseContext
Diffstat (limited to 'dbaccess/source/ui/inc/querycontroller.hxx')
-rw-r--r--dbaccess/source/ui/inc/querycontroller.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/querycontroller.hxx b/dbaccess/source/ui/inc/querycontroller.hxx
index fa15302f4a43..89291c49e3ea 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.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: fs $ $Date: 2002-04-09 14:51:27 $
+ * last change: $Author: oj $ $Date: 2002-09-27 11:26:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,8 +97,8 @@
#ifndef DBAUI_JOINTABLEVIEW_HXX
#include "JoinTableView.hxx"
#endif
-#ifndef DBAUI_QUERYDESIGNCONTEXT_HXX
-#include "ParseContext.hxx"
+#ifndef SVX_QUERYDESIGNCONTEXT_HXX
+#include "svx/ParseContext.hxx"
#endif
#ifndef DBAUI_QUERYCONTAINERWINDOW_HXX
#include "querycontainerwindow.hxx"
@@ -123,7 +123,7 @@ namespace dbaui
OTableFields m_vTableFieldDesc;
OTableFields m_vUnUsedFieldsDesc; // contains fields which aren't visible and don't have any criteria
- OSystemParseContext* m_pParseContext;
+ ::svxform::OSystemParseContext* m_pParseContext;
::connectivity::OSQLParser* m_pSqlParser; // to parse sql statements
::connectivity::OSQLParseTreeIterator* m_pSqlIterator; // to iterate through them
::std::vector<sal_uInt32> m_vColumnWidth;