summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 15:35:03 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 15:35:03 +0000
commit543c9b534532ad8fdf8ca0df449c907649ff76b3 (patch)
treed238f7f285f3364106b83ec110234b0e02650c93 /xmlscript
parent7bc497334cdbc44e25a6adf25249dd7bdfb7aaf5 (diff)
INTEGRATION: CWS tkr06 (1.33.6); FILE MERGED
2007/11/08 10:03:44 tkr 1.33.6.1: #83435# insert wallpaper property
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
index 19f4899d056a..de60476dc598 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmldlg_expmodels.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 12:57:19 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 16:35:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1119,6 +1119,10 @@ void ElementDescriptor::readDialogModel( StyleBag * all_styles )
if ( (aDecorationAny >>= bDecoration) && !bDecoration )
addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":withtitlebar") ),
OUString( RTL_CONSTASCII_USTRINGPARAM("false") ) );
+
+ readStringAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("ImageURL") ),
+ OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":image-src") ) );
+
readEvents();
}