Tag: cws_src680_ooo64bit02 User: pjanik Date: 05/01/21 07:00:37 Modified: /dba/dbaccess/source/ui/inc/ QueryDesignView.hxx
Log: #i40169#: 64bit: dbaccess/source/ui/inc/QueryDesignView.hxx and getColWidth 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.17&r2=1.17.48.1 Delta lines: +4 -4 ------------------- --- QueryDesignView.hxx 22 Oct 2004 09:05:39 -0000 1.17 +++ QueryDesignView.hxx 21 Jan 2005 15:00:31 -0000 1.17.48.1 @@ -2,9 +2,9 @@ * * $RCSfile: QueryDesignView.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.17.48.1 $ * - * last change: $Author: rt $ $Date: 2004/10/22 09:05:39 $ + * last change: $Author: pjanik $ $Date: 2005/01/21 15:00:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -180,7 +180,7 @@ // called when a table from tabeview was deleted void TableDeleted(const ::rtl::OUString& rAliasName); - BOOL getColWidth( const ::rtl::OUString& rAliasName, const ::rtl::OUString& rFieldName, ULONG& nWidth ); + 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); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
