summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/JoinDesignView.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-23 13:23:57 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-23 13:23:57 +0000
commit861135949d799aa6df54fcf2e74f059929f0b6cc (patch)
tree75d83b9fb0ad38f8fdce6a371070fd061e106251 /dbaccess/source/ui/inc/JoinDesignView.hxx
parentf1b678836abfc75b6b278e29b187c678d2bce65b (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/JoinDesignView.hxx')
-rw-r--r--dbaccess/source/ui/inc/JoinDesignView.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/JoinDesignView.hxx b/dbaccess/source/ui/inc/JoinDesignView.hxx
index c1383e76bb57..1198ff99e964 100644
--- a/dbaccess/source/ui/inc/JoinDesignView.hxx
+++ b/dbaccess/source/ui/inc/JoinDesignView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: JoinDesignView.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-02-28 10:06:45 $
+ * 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
@@ -106,7 +106,7 @@ namespace dbaui
virtual void setReadOnly(sal_Bool _bReadOnly);
// set the statement for representation
/// late construction
- virtual void Construct(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& xModel);
+ virtual void Construct();
virtual void initialize();
virtual void SaveTabWinUIConfig(OTableWindow* pWin);
@@ -122,7 +122,7 @@ namespace dbaui
void SaveUIConfig();
protected:
// return the Rectangle where I can paint myself
- virtual void resizeControl(Rectangle& rRect);
+ virtual void resizeDocumentView(Rectangle& rRect);
DECL_LINK( SplitHdl, void* );
};
}