User: rt Date: 2008-01-29 13:48:22+0000 Modified: dba/reportdesign/source/ui/inc/DesignView.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]: DesignView.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/DesignView.hxx?r1=1.3&r2=1.4 Delta lines: +3 -1 ------------------- --- DesignView.hxx 2007-08-02 14:36:51+0000 1.3 +++ DesignView.hxx 2008-01-29 13:48:19+0000 1.4 @@ -90,6 +90,7 @@ #ifndef _SV_TABPAGE_HXX //autogen #include <vcl/tabpage.hxx> #endif +#include <vcl/splitwin.hxx> #include <MarkedSection.hxx> class KeyEvent; @@ -113,7 +114,8 @@ class ODesignView : public dbaui::ODataView, public SfxBroadcaster, public IMarkedSection { private: - Splitter m_aSplitter; + //Splitter m_aSplitter; + SplitWindow* m_pSplitWin; ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> m_xReportComponent; OReportController* m_pReportController; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
