From ad55a56dd10500fdfeafd097b690cebc9cce7edd Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 22 Jul 2008 11:41:43 +0000 Subject: [PATCH] INTEGRATION: CWS xmlfilter06 (1.17.6); FILE MERGED 2008/06/09 08:09:48 os 1.17.6.2: apply page break at ::EndParagraphGroup 2008/05/27 11:36:08 dr 1.17.6.1: joined changes from CWS xmlfilter05 --- writerfilter/source/dmapper/PropertyMap.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/writerfilter/source/dmapper/PropertyMap.hxx b/writerfilter/source/dmapper/PropertyMap.hxx index 1faeb6ed00e7..de0a09b0f79a 100644 --- a/writerfilter/source/dmapper/PropertyMap.hxx +++ b/writerfilter/source/dmapper/PropertyMap.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: PropertyMap.hxx,v $ - * $Revision: 1.17 $ + * $Revision: 1.18 $ * * This file is part of OpenOffice.org. * @@ -106,6 +106,7 @@ class PropertyMap : public _PropertyMap virtual ~PropertyMap(); ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > GetPropertyValues(); + bool hasEmptyPropertyValues() const {return !m_aValues.getLength();} /** Add property, usually overwrites already available attributes. It shouldn't overwrite in case of default attributes */ void Insert( PropertyIds eId, bool bIsTextProperty, const ::com::sun::star::uno::Any& rAny, bool bOverwrite = true );