From 1b53d35ea8b81297000a9288286118d965e8c9df Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Thu, 2 Apr 2009 17:19:30 +0000 Subject: #i92516# first steps in supporting new printer infrastructure --- sc/inc/docuno.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/docuno.hxx') diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 36a152943782..bf4c1f126449 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -109,6 +109,7 @@ private: ::cppu::OInterfaceContainerHelper maChangesListeners; BOOL FillRenderMarkData( const com::sun::star::uno::Any& aSelection, + const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rOptions, ScMarkData& rMark, ScPrintSelectionStatus& rStatus ) const; rtl::OUString maBuildId; -- cgit