diff options
author | Michael Brauer <mib@openoffice.org> | 2000-10-24 12:48:19 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2000-10-24 12:48:19 +0000 |
commit | 2918087caf4863d863013097ad33215bf4f3a7bf (patch) | |
tree | 5ad3fbdddac62548610f2a2d2b1a1fa1014d75e9 /xmloff | |
parent | 40518573f0cf35ba27a890fc1f049497537f328e (diff) |
syntax
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/XMLBackgroundImageExport.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLBackgroundImageExport.cxx b/xmloff/source/style/XMLBackgroundImageExport.cxx index a1aaee484769..c4e194a49584 100644 --- a/xmloff/source/style/XMLBackgroundImageExport.cxx +++ b/xmloff/source/style/XMLBackgroundImageExport.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLBackgroundImageExport.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mib $ $Date: 2000-10-19 14:25:17 $ + * last change: $Author: mib $ $Date: 2000-10-24 13:48:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -179,5 +179,5 @@ void XMLBackgroundImageExport::exportXML( const Any& rURL, } } - SvXMLElementExport( GetExport(), nPrefix, rLocalName, sal_True, sal_True ); + SvXMLElementExport aElem( GetExport(), nPrefix, rLocalName, sal_True, sal_True ); } |