Tag: cws_src680_qiq User: fs Date: 06/05/10 03:59:45 Modified: /dba/dbaccess/source/ui/inc/ QueryTableView.hxx
Log: #i51143# allow to hold a query, not only a table File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: QueryTableView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/QueryTableView.hxx?r1=1.13&r2=1.13.122.1 Delta lines: +4 -4 ------------------- --- QueryTableView.hxx 8 Sep 2005 15:30:41 -0000 1.13 +++ QueryTableView.hxx 10 May 2006 10:59:42 -0000 1.13.122.1 @@ -4,9 +4,9 @@ * * $RCSfile: QueryTableView.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.13.122.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 15:30:41 $ + * last change: $Author: fs $ $Date: 2006/05/10 10:59:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,7 @@ // Basisklasse ueberschrieben : Fenster kreieren und loeschen // (eigentlich nicht wirklich LOESCHEN, es geht in die Verantwortung einer UNDO-Action ueber) - virtual void AddTabWin(const ::rtl::OUString& strDatabase, const ::rtl::OUString& strTableName, BOOL bNewTable = FALSE); + virtual void AddTabWin( const ::rtl::OUString& _rTableName, const ::rtl::OUString& _rAliasName, BOOL bNewTable = FALSE ); virtual void RemoveTabWin(OTableWindow* pTabWin); // und ein AddTabWin, das einen Alias vorgibt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
