Kaydet (Commit) 57618725 authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: few more doxygen comments

Change-Id: I4893e2b3297adadf4e19ab22b298aaef4044b52e
üst 5fc1ba6e
...@@ -18,6 +18,13 @@ ...@@ -18,6 +18,13 @@
using namespace ::com::sun::star; 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 class RtfTest
: public test::FiltersTest : public test::FiltersTest
, public test::BootstrapFixture , public test::BootstrapFixture
......
...@@ -18,6 +18,8 @@ namespace writerfilter { ...@@ -18,6 +18,8 @@ namespace writerfilter {
namespace rtftok { namespace rtftok {
typedef std::vector< std::pair<Id, RTFValue::Pointer_t> > RTFSprmsImplBase; typedef std::vector< std::pair<Id, RTFValue::Pointer_t> > RTFSprmsImplBase;
/// The payload of RTFSprms which is only copied on write.
class RTFSprmsImpl : public RTFSprmsImplBase class RTFSprmsImpl : public RTFSprmsImplBase
{ {
public: public:
......
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