User: obo Date: 2006/07/10 08:45:22 Modified: dba/dbaccess/source/ui/relationdesign/RTableWindow.hxx
Log: INTEGRATION: CWS qiq (1.2.122); FILE MERGED 2006/05/10 11:02:50 fs 1.2.122.1: #i51143# base class (TableWindow) now also allows to hold a query - we ourself don't File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RTableWindow.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RTableWindow.hxx?r1=1.2&r2=1.3 Delta lines: +2 -0 ------------------- --- RTableWindow.hxx 8 Sep 2005 16:36:00 -0000 1.2 +++ RTableWindow.hxx 10 Jul 2006 15:45:20 -0000 1.3 @@ -53,6 +53,8 @@ The composed name or the window name. */ virtual ::rtl::OUString GetName() const { return GetComposedName(); } + + virtual bool allowQueries() const; }; } #endif //DBAUI_RELTABLEWINDOW_HXX --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
