summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-03-15 11:34:42 +0100
committerMichael Stahl <mst@openoffice.org>2010-03-15 11:34:42 +0100
commit19f1f7acc4a168d224c85234020f2c8bbadb62de (patch)
treed65c15370645f8b2612f63c349230f3e41dbfc05 /xmloff/inc
parent31d45baf9132d2a588e13d9042943532c24a9716 (diff)
odfmetadata4: #i110033#: API change: remove rdfs:label statements for RDFa.
css.rdf.XDocumentRepository: method getStatementRDFa() also returns a bool. librdf_repository: setStatementRDFa() no longer generates the rdfs:label statement. getStatementRDFa() no longer handles the rdfs:label statement. add a set to store elements with xhtml:content. RDFaExportHelper: adapt export to new getStatementRDFa() and lack of rdfs:label statement.
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/RDFaExportHelper.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/inc/RDFaExportHelper.hxx b/xmloff/inc/RDFaExportHelper.hxx
index 3079dd1d85..751bc2ec14 100644
--- a/xmloff/inc/RDFaExportHelper.hxx
+++ b/xmloff/inc/RDFaExportHelper.hxx
@@ -53,8 +53,6 @@ private:
::com::sun::star::uno::Reference<
::com::sun::star::rdf::XDocumentRepository> m_xRepository;
- ::rtl::OUString m_RDFsLabel;
-
typedef ::std::map< ::rtl::OUString, ::rtl::OUString >
BlankNodeMap_t;