User: rt Date: 2008-01-29 13:49:32+0000 Modified: dba/reportdesign/source/ui/inc/propbrw.hxx
Log: INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED 2007/10/26 12:31:37 oj 1.3.36.1: #i77919# use of SplitWindow File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: propbrw.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/propbrw.hxx?r1=1.3&r2=1.4 Delta lines: +2 -0 ------------------- --- propbrw.hxx 2007-08-03 10:02:24+0000 1.3 +++ propbrw.hxx 2008-01-29 13:49:29+0000 1.4 @@ -140,6 +140,8 @@ inline OSectionView* GetCurView() const { return m_pView; } ::rtl::OUString getCurrentPage() const; inline void setCurrentPage(const ::rtl::OUString& _sLastActivePage) { m_sLastActivePage = _sLastActivePage; } + + ::Size getMinimumSize() const; private: using Window::Update; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
