From 005199af5aaa654eb4a81e85cd5af2263fb6257f Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 21 Oct 2003 08:07:12 +0000 Subject: [PATCH] INTEGRATION: CWS formcelllinkage (1.3.94); FILE MERGED 2003/10/01 09:17:58 fs 1.3.94.1: #i18994# merging the changes from the CWS fs002 --- extensions/source/propctrlr/propertyinfo.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extensions/source/propctrlr/propertyinfo.hxx b/extensions/source/propctrlr/propertyinfo.hxx index b87f29e89d75..3ea153d9b606 100644 --- a/extensions/source/propctrlr/propertyinfo.hxx +++ b/extensions/source/propctrlr/propertyinfo.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyinfo.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-25 16:03:58 $ + * last change: $Author: obo $ $Date: 2003-10-21 09:07:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,6 @@ namespace pcr virtual String getPropertyTranslation(sal_Int32 _nId) const = 0; virtual sal_Int32 getPropertyHelpId(sal_Int32 _nId) const = 0; virtual sal_Int16 getPropertyPos(sal_Int32 _nId) const = 0; - virtual sal_Bool getPropertyMultiFlag(sal_Int32 _nId) const = 0; virtual sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const = 0; virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > getPropertyEnumRepresentations(sal_Int32 _nId) const = 0;