[Libreoffice-commits] core.git: writerfilter/qa writerfilter/source

Miklos Vajna vmiklos at suse.cz
Thu May 2 00:27:24 PDT 2013


 writerfilter/qa/cppunittests/rtftok/testrtftok.cxx |    7 +++++++
 writerfilter/source/rtftok/rtfsprm.hxx             |    2 ++
 2 files changed, 9 insertions(+)

New commits:
commit 576187250222eae50ce057698b364f91dc926c7f
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Thu May 2 09:24:18 2013 +0200

    writerfilter: few more doxygen comments
    
    Change-Id: I4893e2b3297adadf4e19ab22b298aaef4044b52e

diff --git a/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx b/writerfilter/qa/cppunittests/rtftok/testrtftok.cxx
index 9a386d1..3342f12 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 687c2b4..dc82256 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:


More information about the Libreoffice-commits mailing list