summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 15:35:21 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 15:35:21 +0000
commit05a2d2819be9f7af5dcf517788f4f8dcd40ce388 (patch)
treee2af898e8cd9227a5196559fbf8674b972fc6c14 /xmlscript
parent543c9b534532ad8fdf8ca0df449c907649ff76b3 (diff)
INTEGRATION: CWS tkr06 (1.39.6); FILE MERGED
2007/11/08 09:52:58 tkr 1.39.6.1: #83435# insert wallpaper property
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
index 559cc8d90119..e22255e5d56e 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmldlg_impmodels.cxx,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 12:57:47 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 16:35:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2202,6 +2202,10 @@ void WindowElement::endElement()
OUString( RTL_CONSTASCII_USTRINGPARAM("Decoration") ),
OUString( RTL_CONSTASCII_USTRINGPARAM("withtitlebar") ),
_xAttributes );
+ ctx.importStringProperty(
+ OUString( RTL_CONSTASCII_USTRINGPARAM("ImageURL") ),
+ OUString( RTL_CONSTASCII_USTRINGPARAM("image-src") ),
+ _xAttributes );
ctx.importEvents( _events );
// avoid ring-reference:
// vector< event elements > holding event elements holding this (via _pParent)