diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2011-12-13 18:21:52 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2011-12-14 11:16:28 +0100 |
commit | 3c1bc2311c297bbabba45e62e123d44061bd348c (patch) | |
tree | 63a100de7ed6e3a2c828c27ecbaf6c43e9d75c21 /sw/inc/ndarr.hxx | |
parent | 009eac0af5f0d0167ce6c46896a34cbaae82a5c4 (diff) |
sw: build hidden debug features in all cases
To activate the layout and node dumping features in sw, set the SW_DEBUG
environement variable to anything before running the office. F12 will
then dump the layout as a layout.xml file in the working directory, and
Shift+F12 will dump the nodes structure as nodes.xml at the same place.
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r-- | sw/inc/ndarr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index 389069b0c2ba..d560637b4ae5 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -337,13 +337,11 @@ public: SwNode * DocumentSectionStartNode(SwNode * pNode) const; SwNode * DocumentSectionEndNode(SwNode * pNode) const; -#ifdef DBG_UTIL /** * 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 ); -#endif }; #endif |