Tag: cws_src680_odbmacros2 User: fs Date: 2008-03-05 21:13:33+0000 Modified: dba/dbaccess/source/ext/macromigration/migrationprogress.hxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ext/macromigration/ =================================================== File [changed]: migrationprogress.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/macromigration/migrationprogress.hxx?r1=1.1.4.2&r2=1.1.4.3 Delta lines: +3 -3 ------------------- --- migrationprogress.hxx 2008-03-05 21:03:48+0000 1.1.4.2 +++ migrationprogress.hxx 2008-03-05 21:13:31+0000 1.1.4.3 @@ -4,9 +4,9 @@ * * $RCSfile: migrationprogress.hxx,v $ * - * $Revision: 1.1.4.2 $ + * $Revision: 1.1.4.3 $ * - * last change: $Author: fs $ $Date: 2008/03/05 21:03:48 $ + * last change: $Author: fs $ $Date: 2008/03/05 21:13:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ virtual void setObjectProgressText( const ::rtl::OUString& _rText ) = 0; virtual void setObjectProgressValue( const sal_uInt32 _nValue ) = 0; virtual void endObject() = 0; - virtual void start( const sal_uInt32 _nOverallRange ); + virtual void start( const sal_uInt32 _nOverallRange ) = 0; virtual void setOverallProgressText( const ::rtl::OUString& _rText ) = 0; virtual void setOverallProgressValue( const sal_uInt32 _nValue ) = 0; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
