diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-08-15 12:42:43 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-08-15 12:42:43 +0000 |
commit | 709f5d6d109d693dffbcc594ba2d127737cbe6d3 (patch) | |
tree | b08e9b907824414622cad8c9476993c40ba24d19 /dbaccess/source/ui/querydesign | |
parent | 5a3bf97ac28fc28a5cedf52f0e4028b2c01b85c1 (diff) |
#88637# call the correct Construct
Diffstat (limited to 'dbaccess/source/ui/querydesign')
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontroller.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index ead6c9b55c34..3a363ed6cb1f 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: querycontroller.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: oj $ $Date: 2001-08-15 13:19:03 $ + * last change: $Author: fs $ $Date: 2001-08-15 13:42:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -752,7 +752,7 @@ sal_Bool OQueryController::Construct(Window* pParent) m_pWindow->getView()->Construct(NULL); // m_pView = pView; m_pView = m_pWindow->getView()->getRealView(); - OGenericUnoController::Construct(pParent); + OSingleDocumentController::Construct(pParent); // getView()->Show(); m_pWindow->Show(); return sal_True; |