summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-05-02 09:24:18 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-05-02 09:26:23 +0200
commit576187250222eae50ce057698b364f91dc926c7f (patch)
treeb75d2cd5ef5eb5afd982768d94b3bc9d6f712629 /writerfilter
parent5fc1ba6e6bf22effe4391e22fe94a2ec0fc10100 (diff)
writerfilter: few more doxygen comments
Change-Id: I4893e2b3297adadf4e19ab22b298aaef4044b52e
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/qa/cppunittests/rtftok/testrtftok.cxx7
-rw-r--r--writerfilter/source/rtftok/rtfsprm.hxx2
2 files changed, 9 insertions, 0 deletions
diff --git a/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx b/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
index 9a386d175bde..3342f121f998 100644
--- a/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
+++ b/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
@@ -18,6 +18,13 @@
using namespace ::com::sun::star;
+/**
+ * Unit test invoking the Writer RTF import filter.
+ *
+ * This does only minimal testing, checking if the filter crashes and returns
+ * the expected bool value for given inputs. More fine-grained tests can be
+ * found under sw/qa/extras/rtfimport/.
+ */
class RtfTest
: public test::FiltersTest
, public test::BootstrapFixture
diff --git a/writerfilter/source/rtftok/rtfsprm.hxx b/writerfilter/source/rtftok/rtfsprm.hxx
index 687c2b48fe59..dc82256092c3 100644
--- a/writerfilter/source/rtftok/rtfsprm.hxx
+++ b/writerfilter/source/rtftok/rtfsprm.hxx
@@ -18,6 +18,8 @@ namespace writerfilter {
namespace rtftok {
typedef std::vector< std::pair<Id, RTFValue::Pointer_t> > RTFSprmsImplBase;
+
+ /// The payload of RTFSprms which is only copied on write.
class RTFSprmsImpl : public RTFSprmsImplBase
{
public: