diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-02-05 08:20:23 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-02-05 08:20:23 +0000 |
commit | db3cecce28d2162cefb58d3942ba541f44981a6b (patch) | |
tree | 902865d539a2b0362c81b9b4d431ef1c865fc627 /dbaccess/source/ui | |
parent | 51984f3c6688adf805c263cd44ddd573ea9400b6 (diff) |
some changes for the querydesign
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/browser/dataview.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx index 32d95312fb84..fab769dcf27d 100644 --- a/dbaccess/source/ui/browser/dataview.cxx +++ b/dbaccess/source/ui/browser/dataview.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dataview.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2001-01-09 15:42:13 $ + * last change: $Author: oj $ $Date: 2001-02-05 09:20:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -149,3 +149,4 @@ void ODataView::Resize() m_pToolBox->SetPosSizePixel(aRect.TopLeft(),aRect.GetSize()); } //------------------------------------------------------------------ + |