summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/QueryTextView.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-03 10:18:49 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-03 10:18:49 +0000
commit2388621a56084bfe953c112c2367d998c7d72feb (patch)
treef95cd47f8f1caf660fc836d7e4e93c5312596617 /dbaccess/source/ui/inc/QueryTextView.hxx
parent3ed488756416040855b8d959132a31f12a0d9276 (diff)
#86553# beamer is now a docking window
Diffstat (limited to 'dbaccess/source/ui/inc/QueryTextView.hxx')
-rw-r--r--dbaccess/source/ui/inc/QueryTextView.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/QueryTextView.hxx b/dbaccess/source/ui/inc/QueryTextView.hxx
index 5e9ab2792bc2..8f45cc57d306 100644
--- a/dbaccess/source/ui/inc/QueryTextView.hxx
+++ b/dbaccess/source/ui/inc/QueryTextView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryTextView.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-04-18 13:19:01 $
+ * last change: $Author: oj $ $Date: 2001-05-03 11:18:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,9 @@
#ifndef DBAUI_QUERYVIEWSWITCH_HXX
#include "QueryViewSwitch.hxx"
#endif
+#ifndef _SV_DOCKWIN_HXX
+#include <vcl/dockwin.hxx>
+#endif
class Splitter;
@@ -77,10 +80,10 @@ class Splitter;
namespace dbaui
{
// tempoaray class until the beamer is implemented
- class OBeamer : public Window
+ class OBeamer : public DockingWindow
{
public:
- OBeamer(Window* _pParent) : Window(_pParent){}
+ OBeamer(Window* _pParent) : DockingWindow(_pParent,0){}
};
class OQueryViewSwitch;