summaryrefslogtreecommitdiff
path: root/xmloff/source/style/FillStyleContext.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-08 13:59:03 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-08 13:59:03 +0000
commit475bf03e3d23c6f4cc9e95b1f4c707e0dbf14510 (patch)
tree7cbdb656cf70b5825cd2e8d9d6fff36a2a5921a9 /xmloff/source/style/FillStyleContext.cxx
parent738afad3038363025411759791dd839e93568537 (diff)
INTEGRATION: CWS ooo20040704 (1.7.322); FILE MERGED
2004/07/03 14:41:10 waratah 1.7.322.1: #i30874# Correct uninitiliased warnings
Diffstat (limited to 'xmloff/source/style/FillStyleContext.cxx')
-rw-r--r--xmloff/source/style/FillStyleContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/FillStyleContext.cxx b/xmloff/source/style/FillStyleContext.cxx
index ab4d64d6e814..14711a339272 100644
--- a/xmloff/source/style/FillStyleContext.cxx
+++ b/xmloff/source/style/FillStyleContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FillStyleContext.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: cl $ $Date: 2002-05-23 14:15:35 $
+ * last change: $Author: rt $ $Date: 2004-09-08 14:59:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -225,7 +225,7 @@ XMLBitmapStyleContext::~XMLBitmapStyleContext()
SvXMLImportContext* XMLBitmapStyleContext::CreateChildContext( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList )
{
- SvXMLImportContext *pContext;
+ SvXMLImportContext *pContext = 0;
if( (XML_NAMESPACE_OFFICE == nPrefix) && xmloff::token::IsXMLToken( rLocalName, xmloff::token::XML_BINARY_DATA ) )
{
OUString sURL;