Kaydet (Commit) ae9750fa authored tarafından Kurt Zenker's avatar Kurt Zenker

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'
üst bc36dd57
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xmlmetae.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -102,7 +102,7 @@ using namespace ::xmloff::token; ...@@ -102,7 +102,7 @@ using namespace ::xmloff::token;
#define PROP_TITLE "Title" #define PROP_TITLE "Title"
#define PROP_DESCRIPTION "Description" #define PROP_DESCRIPTION "Description"
#define PROP_THEME "Theme" #define PROP_SUBJECT "Subject"
#define PROP_KEYWORDS "Keywords" #define PROP_KEYWORDS "Keywords"
#define PROP_AUTHOR "Author" #define PROP_AUTHOR "Author"
#define PROP_CREATIONDATE "CreationDate" #define PROP_CREATIONDATE "CreationDate"
...@@ -371,7 +371,7 @@ void SfxXMLMetaExport::Export() ...@@ -371,7 +371,7 @@ void SfxXMLMetaExport::Export()
XML_NAMESPACE_DC, XML_DESCRIPTION ); XML_NAMESPACE_DC, XML_DESCRIPTION );
// subject // subject
SimpleStringElement( ::rtl::OUString::createFromAscii(PROP_THEME), SimpleStringElement( ::rtl::OUString::createFromAscii(PROP_SUBJECT),
XML_NAMESPACE_DC, XML_SUBJECT ); XML_NAMESPACE_DC, XML_SUBJECT );
// created... // created...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment