summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-02-16 12:20:08 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-02-16 12:35:20 +0100
commit015739132e0260ccaa18ea286b2ab2ee4a7e162f (patch)
treebffaacce5a32f777cd8b22b41891f131b7217d88 /sw/inc
parent48796657514ac9c82e95def273ab4b0fa2cb248f (diff)
sw: include SwFldTypes in doc model dump
Change-Id: I62a86c1615ccddb23e658e01423dce8634156ffe
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/docary.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index 7212c067315b..3ce50c0b4275 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -44,6 +44,7 @@ namespace com { namespace sun { namespace star { namespace i18n {
}}}}
#include <swtypes.hxx>
+#include <ndarr.hxx>
/** provides some methods for generic operations on lists that contain
SwFmt* subclasses. */
@@ -114,6 +115,7 @@ public:
/// the destructor will free all objects still in the vector
~SwFldTypes();
sal_uInt16 GetPos(const SwFieldType* pFieldType) const;
+ void dumpAsXml(xmlTextWriterPtr w);
};
class SwTOXTypes : public std::vector<SwTOXType*> {