From b6889cb1a354d6ca2dbea30c8336428f27814897 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 8 Mar 2005 12:41:43 +0000 Subject: INTEGRATION: CWS swqbugfixes15 (1.27.12); FILE MERGED 2005/02/18 15:20:56 fme 1.27.12.1: #119756# New filter option - SkipEmptyPages --- sw/inc/dbmgr.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sw/inc/dbmgr.hxx') diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index 07fa4731fb95..ac821185c5c5 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbmgr.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2005-01-28 15:25:21 $ + * last change: $Author: vg $ $Date: 2005-03-08 13:41:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -211,6 +211,8 @@ struct SwMergeDescriptor SwWrtShell& rSh; const ::svx::ODataAccessDescriptor& rDescriptor; String sSaveToFilter; //export filter to save resulting files + String sSaveToFilterOptions; // + com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aSaveToFilterData; String sSubject; String sAddressFromColumn; -- cgit