diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-20 09:33:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-20 09:33:13 +0000 |
commit | 3254e4add0c7f5e408a7ece2b26a71bf4bb59f30 (patch) | |
tree | 384feb67a31611cef33d10a4f99a99e2c531252f /xmlscript/source | |
parent | 304a3da4d394810d50b73d7e60ab600fc0ce002b (diff) |
INTEGRATION: CWS jl61 (1.37.10); FILE MERGED
2007/05/07 10:03:08 ab 1.37.10.1: #i77021# Support Decoration property
Diffstat (limited to 'xmlscript/source')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx | 8 |
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 7191d1bedce4..63be089b22f8 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.37 $ + * $Revision: 1.38 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:42:02 $ + * last change: $Author: kz $ $Date: 2007-06-20 10:33:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2127,6 +2127,10 @@ void WindowElement::endElement() OUString( RTL_CONSTASCII_USTRINGPARAM("Title") ), OUString( RTL_CONSTASCII_USTRINGPARAM("title") ), _xAttributes ); + ctx.importBooleanProperty( + OUString( RTL_CONSTASCII_USTRINGPARAM("Decoration") ), + OUString( RTL_CONSTASCII_USTRINGPARAM("withtitlebar") ), + _xAttributes ); ctx.importEvents( _events ); // avoid ring-reference: // vector< event elements > holding event elements holding this (via _pParent) |