diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-03-23 08:47:54 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-03-23 08:47:54 +0000 |
commit | b10b767ecbccdcc411eb759290bf7d88d9f43311 (patch) | |
tree | c2dd2a9e4f4d5759d6604c922a8f99e3a91fc756 /dbaccess/source/ui/querydesign/QTableWindow.hxx | |
parent | e5616b75e14b944de0f47d41311136b29dda4d55 (diff) |
#85268# don't use the same tabledata again
Diffstat (limited to 'dbaccess/source/ui/querydesign/QTableWindow.hxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/QTableWindow.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableWindow.hxx b/dbaccess/source/ui/querydesign/QTableWindow.hxx index ab5ed7a36d80..1d61a5366053 100644 --- a/dbaccess/source/ui/querydesign/QTableWindow.hxx +++ b/dbaccess/source/ui/querydesign/QTableWindow.hxx @@ -2,9 +2,9 @@ * * $RCSfile: QTableWindow.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2001-02-05 09:33:13 $ + * last change: $Author: oj $ $Date: 2001-03-23 09:46:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ namespace dbaui //================================================================== class OQueryTableWindow : public OTableWindow { - USHORT m_nAliasNum; + sal_Int32 m_nAliasNum; ::rtl::OUString m_strInitialAlias; public: TYPEINFO(); @@ -98,7 +98,7 @@ namespace dbaui // spaeter Constructor, die Basisklasse ERZEUGT beim ersten Aufruf die Listbox virtual BOOL Init(); - USHORT GetAliasNum() const { return m_nAliasNum; } + sal_Int32 GetAliasNum() const { return m_nAliasNum; } BOOL ExistsField(const ::rtl::OUString& strFieldName, OTableFieldDesc& rInfo); BOOL ExistsAVisitedConn() const; |