From a70a5c4549ec082866a2daa595eb7e4744eb2ba3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 10 Mar 2005 16:00:57 +0000 Subject: [PATCH] INTEGRATION: CWS dba24 (1.23.44); FILE MERGED 2005/02/21 13:32:10 oj 1.23.44.2: RESYNC: (1.23-1.24); FILE MERGED 2005/02/10 12:57:02 fs 1.23.44.1: #i42407# hasValidDataSourceSignature: care for forms embedded in DB documents --- extensions/source/propctrlr/propcontroller.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/extensions/source/propctrlr/propcontroller.hxx b/extensions/source/propctrlr/propcontroller.hxx index 8f08267b14cc..6480cd6115f6 100644 --- a/extensions/source/propctrlr/propcontroller.hxx +++ b/extensions/source/propctrlr/propcontroller.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propcontroller.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: vg $ $Date: 2005-02-17 11:12:25 $ + * last change: $Author: vg $ $Date: 2005-03-10 17:00:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -501,7 +501,8 @@ namespace pcr the form to check. Must not be . */ bool hasValidDataSourceSignature( - const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& _rxForm + const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& _rxForm, + bool _bAllowEmptyDataSourceName ) SAL_THROW(()); sal_uInt32 GetPropertyPos(const ::rtl::OUString& _rPropName);