User: kz Date: 2007-05-10 10:28:27+0000 Log: INTEGRATION: CWS dba23a (1.20.126); FILE MERGED 2007/02/26 10:34:00 fs 1.20.126.1: remove unused code Issue number: #i74776# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED]
File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: QueryDesignView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/QueryDesignView.hxx?r1=1.20&r2=1.21 Delta lines: +0 -4 ------------------- --- QueryDesignView.hxx 2006-06-20 03:12:31+0000 1.20 +++ QueryDesignView.hxx 2007-05-10 10:28:25+0000 1.21 @@ -137,7 +137,6 @@ virtual long PreNotify( NotifyEvent& rNEvt ); virtual void GetFocus(); - BOOL IsAddAllowed(); sal_Bool isSlotEnabled(sal_Int32 _nSlotId); void setSlotEnabled(sal_Int32 _nSlotId,sal_Bool _bEnable); void setNoneVisbleRow(sal_Int32 _nRows); @@ -145,10 +144,8 @@ ::com::sun::star::lang::Locale getLocale() const { return m_aLocale;} ::rtl::OUString getDecimalSeparator() const { return m_sDecimalSep;} - sal_Bool HasTable() const; SqlParseError InsertField( const OTableFieldDescRef& rInfo, sal_Bool bVis=sal_True, sal_Bool bActivate = sal_True); // save the position of the table window and the pos of the splitters - void SaveTabWinUIConfig(OQueryTableWindow* pWin); // called when fields are deleted void DeleteFields( const ::rtl::OUString& rAliasName ); // called when a table from tabeview was deleted @@ -156,7 +153,6 @@ BOOL getColWidth( const ::rtl::OUString& rAliasName, const ::rtl::OUString& rFieldName, sal_uInt32& nWidth ); void fillValidFields(const ::rtl::OUString& strTableName, ComboBox* pFieldList); - void zoomTableView(const Fraction& _rFraction); void SaveUIConfig(); void stopTimer(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
