diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-25 05:56:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-25 05:56:21 +0000 |
commit | c78f0775dca78b390ae15ef2e05ca439699e20ba (patch) | |
tree | 230e5226580bc08bb2dd449633b5e5c0189ba87d /xmloff | |
parent | 89356d8683220c8233e754868130833dd6fa1696 (diff) |
INTEGRATION: CWS impress148 (1.19.68); FILE MERGED
2008/07/11 08:09:43 cl 1.19.68.1: #i91470# failure of assigning a fill style now leads to a warning, not an error
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/XMLShapeStyleContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/XMLShapeStyleContext.cxx b/xmloff/source/draw/XMLShapeStyleContext.cxx index 92d6f87fcf4d..4c069ac37cd8 100644 --- a/xmloff/source/draw/XMLShapeStyleContext.cxx +++ b/xmloff/source/draw/XMLShapeStyleContext.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: XMLShapeStyleContext.cxx,v $ - * $Revision: 1.19 $ + * $Revision: 1.20 $ * * This file is part of OpenOffice.org. * @@ -272,7 +272,7 @@ void XMLShapeStyleContext::FillPropertySet( const Reference< beans::XPropertySet Sequence<OUString> aSeq(1); aSeq[0] = sStyleName; GetImport().SetError( - XMLERROR_STYLE_PROP_VALUE | XMLERROR_FLAG_ERROR, + XMLERROR_STYLE_PROP_VALUE | XMLERROR_FLAG_WARNING, aSeq, e.Message, NULL ); } break; @@ -297,7 +297,7 @@ void XMLShapeStyleContext::FillPropertySet( const Reference< beans::XPropertySet { Sequence<OUString> aSeq; GetImport().SetError( - XMLERROR_STYLE_PROP_VALUE | XMLERROR_FLAG_ERROR, + XMLERROR_STYLE_PROP_VALUE | XMLERROR_FLAG_WARNING, aSeq, e.Message, NULL ); } break; |