Tag: cws_src680_oj14 User: oj Date: 2006/07/04 00:12:14 Modified: dba/dbaccess/inc/dataview.hxx
Log: cwsresync changes File Changes: Directory: /dba/dbaccess/inc/ ============================= File [changed]: dataview.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/inc/dataview.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -4 ------------------- --- dataview.hxx 3 Jan 2006 08:29:20 -0000 1.1.2.1 +++ dataview.hxx 4 Jul 2006 07:12:12 -0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: dataview.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: oj $ $Date: 2006/01/03 08:29:20 $ + * last change: $Author: oj $ $Date: 2006/07/04 07:12:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,7 +81,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]
