diff options
author | Niklas Nebel <nn@openoffice.org> | 2009-04-30 17:06:37 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2009-04-30 17:06:37 +0000 |
commit | 9994d5a118c1eeae14e778a09812b83c855bfffe (patch) | |
tree | ab30f08b94c16042aa4c31297cf0472c126e1493 /sc/inc/viewuno.hxx | |
parent | f5ed09812ec793f007443ab625b0f0124c31cfa2 (diff) |
#i101309# handle print options from new printer UI in renderable
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r-- | sc/inc/viewuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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); |