Kaydet (Commit) 88d1d90f authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

Also add xmlwriter's "content" method to the header file

Change-Id: Ic3e13e89480e3b18f84c3a8fd1a88627bd465d6a
üst cef094ef
...@@ -37,6 +37,7 @@ public: ...@@ -37,6 +37,7 @@ public:
void attribute(const OString& sTagName, const OUString& aValue); void attribute(const OString& sTagName, const OUString& aValue);
void attribute(const OString& sTagName, sal_Int32 aNumber); void attribute(const OString& sTagName, sal_Int32 aNumber);
void content(const OString& aValue);
void content(const OUString& aValue); void content(const OUString& aValue);
}; };
......
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