User: obo Date: 2007-06-12 05:33:15+0000 Modified: dba/dbaccess/source/ui/app/AppSwapWindow.hxx
Log: INTEGRATION: CWS dba23ui (1.5.176); FILE MERGED 2006/12/21 08:31:59 fs 1.5.176.1: #i72799# enhanced mnemonics handling, now also for the task pane File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppSwapWindow.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppSwapWindow.hxx?r1=1.5&r2=1.6 Delta lines: +3 -3 ------------------- --- AppSwapWindow.hxx 2006-01-31 18:41:13+0000 1.5 +++ AppSwapWindow.hxx 2007-06-12 05:33:13+0000 1.6 @@ -57,7 +57,7 @@ { OApplicationIconControl m_aIconControl; ElementType m_eLastType; - OAppBorderWindow* m_pBorderWin; + OAppBorderWindow& m_rBorderWin; void ImplInitSettings( BOOL bFont, BOOL bForeground, BOOL bBackground ); @@ -66,7 +66,7 @@ protected: virtual void DataChanged(const DataChangedEvent& rDCEvt); public: - OApplicationSwapWindow(Window* _pParent,OAppBorderWindow* _pBorderWindow); + OApplicationSwapWindow( Window* _pParent, OAppBorderWindow& _rBorderWindow ); virtual ~OApplicationSwapWindow(); // window overloads virtual void Resize(); @@ -86,7 +86,7 @@ /** automatically creates mnemonics for the icon/texts in our left hand side panel */ - void createIconAutoMnemonics(); + void createIconAutoMnemonics( MnemonicGenerator& _rMnemonics ); /** called to give the window the chance to intercept key events, while it has not the focus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
