User: ihi Date: 2007-11-20 18:58:36+0000 Modified: dba/reportdesign/source/core/inc/FixedLine.hxx
Log: INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/09/06 09:07:43 oj 1.2.28.1: #i77507# check for width, height of a fixed line File Changes: Directory: /dba/reportdesign/source/core/inc/ ============================================= File [changed]: FixedLine.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/inc/FixedLine.hxx?r1=1.2&r2=1.3 Delta lines: +5 -4 ------------------- --- FixedLine.hxx 2007-07-09 11:56:15+0000 1.2 +++ FixedLine.hxx 2007-11-20 18:58:34+0000 1.3 @@ -102,7 +102,8 @@ explicit OFixedLine(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & _xContext); explicit OFixedLine(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & _xContext ,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & _xFactory - ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape); + ,::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& _xShape + ,sal_Int32 _nOrientation); DECLARE_XINTERFACE( ) // ::com::sun::star::lang::XServiceInfo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
