diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-08-23 13:23:57 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-08-23 13:23:57 +0000 |
commit | 861135949d799aa6df54fcf2e74f059929f0b6cc (patch) | |
tree | 75d83b9fb0ad38f8fdce6a371070fd061e106251 /dbaccess/source/ui/inc/queryview.hxx | |
parent | f1b678836abfc75b6b278e29b187c678d2bce65b (diff) |
#88637# changes in the window hierarchy of the query design - no the SQL view has a toolbox separator, too
Diffstat (limited to 'dbaccess/source/ui/inc/queryview.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/queryview.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dbaccess/source/ui/inc/queryview.hxx b/dbaccess/source/ui/inc/queryview.hxx index 1b13c70eebc9..ca748e2cc423 100644 --- a/dbaccess/source/ui/inc/queryview.hxx +++ b/dbaccess/source/ui/inc/queryview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: queryview.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: oj $ $Date: 2001-04-18 13:19:01 $ + * last change: $Author: fs $ $Date: 2001-08-23 14:23:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,12 +88,6 @@ namespace dbaui virtual void setStatement(const ::rtl::OUString& _rsStatement) = 0; // returns the current sql statement virtual ::rtl::OUString getStatement() = 0; - /// late construction - virtual void Construct(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& xModel); - protected: - // return the Rectangle where I can paint myself - virtual void resizeControl(Rectangle& rRect); - // }; } #endif // DBAUI_QUERYVIEW_HXX |