summaryrefslogtreecommitdiff
path: root/include/test/xmlwriter.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-07-18 10:19:16 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-07-20 21:02:49 +0200
commit88d1d90fb785093bee448353d2978e86bb953b2f (patch)
tree1c68eaf9b74fa57672178e3608b5a0c0af533bcb /include/test/xmlwriter.hxx
parentcef094efd7641dc3b6c1984fd701cd133d44067f (diff)
Also add xmlwriter's "content" method to the header file
Change-Id: Ic3e13e89480e3b18f84c3a8fd1a88627bd465d6a
Diffstat (limited to 'include/test/xmlwriter.hxx')
-rw-r--r--include/test/xmlwriter.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/test/xmlwriter.hxx b/include/test/xmlwriter.hxx
index 894c9286a1b7..b640639041f3 100644
--- a/include/test/xmlwriter.hxx
+++ b/include/test/xmlwriter.hxx
@@ -37,6 +37,7 @@ public:
void attribute(const OString& sTagName, const OUString& aValue);
void attribute(const OString& sTagName, sal_Int32 aNumber);
+ void content(const OString& aValue);
void content(const OUString& aValue);
};