From 9994d5a118c1eeae14e778a09812b83c855bfffe Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Thu, 30 Apr 2009 17:06:37 +0000 Subject: #i101309# handle print options from new printer UI in renderable --- sc/inc/viewuno.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/inc/viewuno.hxx') diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index e489cb718163..e3d3bc49481e 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -96,13 +96,14 @@ private: USHORT nPane; // ScSplitPos oder SC_VIEWPANE_ACTIVE protected: - ScTabViewShell* GetViewShell() const { return pViewShell; } ::com::sun::star::awt::Rectangle GetVisArea() const; public: ScViewPaneBase(ScTabViewShell* pViewSh, USHORT nP); virtual ~ScViewPaneBase(); + ScTabViewShell* GetViewShell() const { return pViewShell; } + virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); -- cgit