summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 17:11:51 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 17:11:51 +0000
commit1dc70516726a2efca6363816eea4c4a52d063dfb (patch)
treee9ac6549d0d9481da88c0616f9effa83334eee9c /xmloff
parente12ceec6866ddc5d6b1beb0c0699d909638460e1 (diff)
INTEGRATION: CWS mav09 (1.10.270); FILE MERGED
2004/08/09 18:21:26 mav 1.10.270.2: RESYNC: (1.10-1.11); FILE MERGED 2004/03/11 10:19:00 mav 1.10.270.1: #115904# according to documentation the property name must be 'Subject'
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/meta/xmlmetai.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/meta/xmlmetai.cxx b/xmloff/source/meta/xmlmetai.cxx
index 5595dfbbee..180b700db5 100644
--- a/xmloff/source/meta/xmlmetai.cxx
+++ b/xmloff/source/meta/xmlmetai.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlmetai.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:16:10 $
+ * last change: $Author: kz $ $Date: 2004-10-04 18:11:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@ using namespace ::xmloff::token;
#define PROP_TITLE "Title"
#define PROP_DESCRIPTION "Description"
-#define PROP_THEME "Theme"
+#define PROP_SUBJECT "Subject"
#define PROP_KEYWORDS "Keywords"
#define PROP_AUTHOR "Author"
#define PROP_CREATIONDATE "CreationDate"
@@ -601,7 +601,7 @@ void SfxXMLMetaElementContext::EndElement()
break;
case XML_TOK_META_SUBJECT:
aPropAny <<= sContent;
- xInfoProp->setPropertyValue( ::rtl::OUString::createFromAscii(PROP_THEME), aPropAny );
+ xInfoProp->setPropertyValue( ::rtl::OUString::createFromAscii(PROP_SUBJECT), aPropAny );
break;
case XML_TOK_META_INITIALCREATOR:
aPropAny <<= sContent;