diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-02-27 09:20:16 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-02-27 09:20:16 +0000 |
commit | fbdf14d9b348aeb515fb04ec193769d9119a9803 (patch) | |
tree | 67e2514ca00a853df9aa83684c0402b6ffa46cac /dbaccess/source/ui/querydesign/querydlg.hxx | |
parent | a0e0a83ce10b5e4b8828bcda254f47acb8ebb630 (diff) |
#97666##97667# insert new helpids and unique ids
Diffstat (limited to 'dbaccess/source/ui/querydesign/querydlg.hxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/querydlg.hxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dbaccess/source/ui/querydesign/querydlg.hxx b/dbaccess/source/ui/querydesign/querydlg.hxx index d24bd43eaa3e..f8e5159fbe92 100644 --- a/dbaccess/source/ui/querydesign/querydlg.hxx +++ b/dbaccess/source/ui/querydesign/querydlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: querydlg.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2002-02-06 07:45:42 $ + * last change: $Author: oj $ $Date: 2002-02-27 10:15:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,9 +75,6 @@ #include <vcl/lstbox.hxx> #endif -#ifndef _SVEDIT_HXX //autogen -#include <svtools/svmedit.hxx> -#endif #ifndef DBAUI_ENUMTYPES_HXX #include "QEnumTypes.hxx" #endif @@ -101,7 +98,7 @@ namespace dbaui FixedLine aFL_Join; FixedText aFT_Title; ListBox aLB_JoinType; - MultiLineEdit aML_HelpText; + FixedText aML_HelpText; OKButton aPB_OK; CancelButton aPB_CANCEL; HelpButton aPB_HELP; |