Kaydet (Commit) 139c6bb7 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dba24b (1.4.306); FILE MERGED

2007/08/16 06:14:44 oj 1.4.306.1: #i56898# clean up of the class structure
üst 56e1371b
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: QTableWindowData.hxx,v $ * $RCSfile: QTableWindowData.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 16:23:05 $ * last change: $Author: hr $ $Date: 2007-11-01 15:31:08 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -54,12 +54,8 @@ namespace dbaui ...@@ -54,12 +54,8 @@ namespace dbaui
{ {
class OQueryTableWindowData : public OTableWindowData class OQueryTableWindowData : public OTableWindowData
{ {
protected:
// ::std::vector< ::rtl::OUString> m_vField;
public: public:
TYPEINFO(); explicit OQueryTableWindowData(const ::rtl::OUString& _rComposedName, const ::rtl::OUString& rTableName, const ::rtl::OUString& rTableAlias);
OQueryTableWindowData();
OQueryTableWindowData(const ::rtl::OUString& _rComposedName, const ::rtl::OUString& rTableName, const ::rtl::OUString& rTableAlias);
virtual ~OQueryTableWindowData(); virtual ~OQueryTableWindowData();
::rtl::OUString GetAliasName() { return GetWinName(); } ::rtl::OUString GetAliasName() { return GetWinName(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment