Kaydet (Commit) 85ebccf0 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS chart2mst3 (1.7.6); FILE MERGED

2006/10/20 09:50:41 bm 1.7.6.4: warnings removed
2006/10/19 10:00:19 bm 1.7.6.3: RESYNC: (1.8-1.9); FILE MERGED
2005/10/09 08:08:07 bm 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED
2005/04/19 17:52:04 iha 1.7.6.1: assert exception
üst 8ec256b3
......@@ -4,9 +4,9 @@
*
* $RCSfile: XMLChartStyleContext.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: obo $ $Date: 2006-09-17 10:16:35 $
* last change: $Author: vg $ $Date: 2007-05-22 16:08:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -100,7 +100,14 @@ XMLChartStyleContext::~XMLChartStyleContext()
void XMLChartStyleContext::FillPropertySet(
const uno::Reference< beans::XPropertySet > & rPropSet )
{
XMLShapeStyleContext::FillPropertySet( rPropSet );
try
{
XMLShapeStyleContext::FillPropertySet( rPropSet );
}
catch( beans::UnknownPropertyException& )
{
DBG_ASSERT( false, "unknown property exception -> shape style not completly imported for chart style" );
}
if( msDataStyleName.getLength())
{
SvXMLNumFormatContext* pStyle = (SvXMLNumFormatContext *)mrStyles.FindStyleChildContext(
......
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