Kaydet (Commit) ad9ac6d0 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS impress5ea1 (1.21.74); FILE MERGED

2004/03/11 14:54:31 cl 1.21.74.1: #17343# skip invalid properties
üst d1b6384a
......@@ -2,9 +2,9 @@
*
* $RCSfile: txtexppr.cxx,v $
*
* $Revision: 1.21 $
* $Revision: 1.22 $
*
* last change: $Author: rt $ $Date: 2003-11-25 10:52:42 $
* last change: $Author: rt $ $Date: 2004-03-30 14:31:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -470,6 +470,9 @@ void XMLTextExportPropertySetMapper::ContextFilter(
propertie != rProperties.end();
propertie++ )
{
if( propertie->mnIndex == -1 )
continue;
switch( getPropertySetMapper()->GetEntryContextId( propertie->mnIndex ) )
{
case CTF_CHARHEIGHT: pCharHeightState = propertie; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment