summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-05 11:36:52 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-05 11:36:52 +0000
commit316a388f1bf6adc1ea2038cd92bf6a27448b489f (patch)
tree791e9eca8b342c8a37a2a7a0f5e84067743db2f7
parentINTEGRATION: CWS dba20 (1.11.18); FILE MERGED (diff)
downloadcore-316a388f1bf6adc1ea2038cd92bf6a27448b489f.tar.gz
core-316a388f1bf6adc1ea2038cd92bf6a27448b489f.zip
INTEGRATION: CWS dba20 (1.6.18); FILE MERGED
2004/11/17 15:13:13 fs 1.6.18.1: #i37185# XSingleSelectQueryComposer now derived from XSingleSelectQueryAnalyzer
-rw-r--r--dbaccess/source/ui/inc/queryorder.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/queryorder.hxx b/dbaccess/source/ui/inc/queryorder.hxx
index 68c7c9b8f1a2..e33e9f2b4247 100644
--- a/dbaccess/source/ui/inc/queryorder.hxx
+++ b/dbaccess/source/ui/inc/queryorder.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: queryorder.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-10-22 09:06:21 $
+ * last change: $Author: obo $ $Date: 2005-01-05 12:36:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,6 @@ namespace com
{
namespace sdb
{
- class XSingleSelectQueryAnalyzer;
class XSingleSelectQueryComposer;
}
namespace sdbc
@@ -141,7 +140,6 @@ namespace dbaui
String aSTR_NOENTRY;
::rtl::OUString m_sOrgOrder;
- ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryAnalyzer> m_xQueryAnalyzer;
::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryComposer> m_xQueryComposer;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess> m_xColumns;
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> m_xConnection;
@@ -156,7 +154,7 @@ namespace dbaui
public:
DlgOrderCrit( Window * pParent,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _rxConnection,
- const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryAnalyzer>& _rxQueryComposer,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XSingleSelectQueryComposer>& _rxComposer,
const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess>& _rxCols);
~DlgOrderCrit();