diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-09 12:33:36 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-09 13:52:33 +0100 |
commit | 0b7ef6957193edd7c4adfe76872df8ec2754f6f2 (patch) | |
tree | fa85a21dca1634f58daaf08b174f6b23b7db7c7c /sw/inc/rdfhelper.hxx | |
parent | 97824ec98932284c7668fec90630b5d474266609 (diff) |
sw: handle RDF mark in SwFltControlStack::SetAttrInDoc()
Change-Id: I13e510e305c4aa24c37b1c25b4c3116ef3f06a8a
Diffstat (limited to 'sw/inc/rdfhelper.hxx')
-rw-r--r-- | sw/inc/rdfhelper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/rdfhelper.hxx b/sw/inc/rdfhelper.hxx index d9787cb0e402..edee106b4186 100644 --- a/sw/inc/rdfhelper.hxx +++ b/sw/inc/rdfhelper.hxx @@ -24,6 +24,8 @@ class SW_DLLPUBLIC SwRDFHelper public: /// Gets all (rTextNode, key, value) statements in RDF graphs of type rType. static std::map<OUString, OUString> getTextNodeStatements(const OUString& rType, SwTextNode& rTextNode); + /// Add an (rTextNode, key, value) statement in the graph of type rType -- or if it does not exist, create a graph at rPath first. + static void addTextNodeStatement(const OUString& rType, const OUString& rPath, SwTextNode& rTextNode, const OUString& rKey, const OUString& rValue); }; #endif // INCLUDED_SW_INC_RDFHELPER_HXX |