User: hr Date: 06/06/19 20:16:50 Modified: /dba/dbaccess/source/ui/inc/ dataview.hxx
Log: INTEGRATION: CWS warnings01 (1.13.50); FILE MERGED 2006/03/24 15:36:18 fs 1.13.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dataview.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dataview.hxx?r1=1.13&r2=1.14 Delta lines: +1 -1 ------------------- --- dataview.hxx 8 Sep 2005 15:47:18 -0000 1.13 +++ dataview.hxx 20 Jun 2006 03:16:48 -0000 1.14 @@ -80,7 +80,7 @@ /** will be called when the controls need to be resized. */ - virtual void resizeControls(const Size& _rDiff) { Resize(); } + virtual void resizeControls(const Size& /*_rDiff*/) { Resize(); } void enableSeparator( const sal_Bool _bEnable = sal_True ); sal_Bool isSeparatorEnabled() const { return NULL != m_pSeparator; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
