diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-04-02 17:19:30 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-04-02 17:19:30 +0000 |
commit | 1b53d35ea8b81297000a9288286118d965e8c9df (patch) | |
tree | 9c50bbc867a4499fecd7d59c2656bb596c399a75 /sc/inc/docuno.hxx | |
parent | 1e8c38a5155cf204528d8c93daa5fdc82db604d3 (diff) |
#i92516# first steps in supporting new printer infrastructure
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |