summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 17:11:39 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 17:11:39 +0000
commite12ceec6866ddc5d6b1beb0c0699d909638460e1 (patch)
treeeb34189ad26d684780705c92967a19c7c00bbd0a /xmloff
parent52ca3f0e916af0c61cff74beb3663d491b469cfc (diff)
INTEGRATION: CWS mav09 (1.9.268); FILE MERGED
2004/08/09 18:21:19 mav 1.9.268.2: RESYNC: (1.9-1.10); FILE MERGED 2004/03/11 10:19:00 mav 1.9.268.1: #115904# according to documentation the property name must be 'Subject'
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/meta/xmlmetae.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index e1812c2604..50004fbd77 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlmetae.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:15:46 $
+ * last change: $Author: kz $ $Date: 2004-10-04 18:11:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,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"
@@ -371,7 +371,7 @@ void SfxXMLMetaExport::Export()
XML_NAMESPACE_DC, XML_DESCRIPTION );
// subject
- SimpleStringElement( ::rtl::OUString::createFromAscii(PROP_THEME),
+ SimpleStringElement( ::rtl::OUString::createFromAscii(PROP_SUBJECT),
XML_NAMESPACE_DC, XML_SUBJECT );
// created...