diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-10 09:14:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-10 09:15:05 +0100 |
commit | d857871bcbccd0c69645e5e963d106362f40382e (patch) | |
tree | 9d96f09b17e9dca9ab388d03d7aad41d0944d81c /sw/inc | |
parent | 8b68841c1482d98bee98de0a60910b93feb8f8b6 (diff) |
Extract SwNodes::dumpAsXml() from nodedump
Change-Id: Ic94fceef0d4291a02bc3da7bcbeeb2c19670200c
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ndarr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index a4c83c665b7c..4384bcfa4665 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -330,7 +330,7 @@ public: * Dumps the entire nodes structure to the given destination (file nodes.xml in the current directory by default) * @since 3.5 */ - void dumpAsXml( xmlTextWriterPtr writer = NULL ) const; + void dumpAsXml( xmlTextWriterPtr pWriter ) const; }; |