Tag: cws_src680_dba204c User: fs Date: 2006/07/19 06:35:20 Modified: dba/dbaccess/source/ui/inc/TableFieldDescription.hxx
Log: during #i67530#: m_aDatabaseName is never used File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TableFieldDescription.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableFieldDescription.hxx?r1=1.6&r2=1.6.28.1 Delta lines: +3 -7 ------------------- --- TableFieldDescription.hxx 20 Jun 2006 03:13:59 -0000 1.6 +++ TableFieldDescription.hxx 19 Jul 2006 13:35:17 -0000 1.6.28.1 @@ -4,9 +4,9 @@ * * $RCSfile: TableFieldDescription.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.6.28.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 03:13:59 $ + * last change: $Author: fs $ $Date: 2006/07/19 13:35:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,6 @@ ::rtl::OUString m_aAliasName; // table range ::rtl::OUString m_aFieldName; // column ::rtl::OUString m_aFieldAlias; // column alias - ::rtl::OUString m_aDatabaseName; // qualifier or catalog ::rtl::OUString m_aFunctionName; // enth"alt den Funktionsnamen, nur wenn m_eFunctionType != FKT_NONE gesetzt Window* m_pTabWindow; @@ -104,7 +103,6 @@ void SetFieldAlias( const ::rtl::OUString& rF ){ m_aFieldAlias = rF;} void SetTable( const ::rtl::OUString& rT ){ m_aTableName = rT;} void SetAlias( const ::rtl::OUString& rT ){ m_aAliasName = rT;} - void SetDatabase( const ::rtl::OUString& rT ) { m_aDatabaseName = rT;} void SetFunction( const ::rtl::OUString& rT ) { m_aFunctionName = rT;} void SetOrderDir( EOrderDir eDir ) { m_eOrderDir = eDir; } void SetDataType( sal_Int32 eTyp ) { m_eDataType = eTyp; } @@ -120,7 +118,6 @@ ::rtl::OUString GetFieldAlias() const { return m_aFieldAlias;} ::rtl::OUString GetTable() const { return m_aTableName;} ::rtl::OUString GetAlias() const { return m_aAliasName;} - ::rtl::OUString GetDatabase() const { return m_aDatabaseName;} ::rtl::OUString GetFunction() const { return m_aFunctionName;} sal_Int32 GetDataType() const { return m_eDataType; } ETableFieldType GetFieldType() const { return m_eFieldType; } @@ -162,7 +159,6 @@ !m_aAliasName.getLength() && !m_aFieldName.getLength() && !m_aFieldAlias.getLength() && - !m_aDatabaseName.getLength() && !m_aFunctionName.getLength() && !HasCriteria()); return bEmpty; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
