diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-11 21:19:53 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-11 21:19:53 +0000 |
commit | 6e217760d3d737a4d291f21764a227b3abea8060 (patch) | |
tree | 622a726393a7641346455f7d746ec82f8742b5f0 /src/xmlcomposehelpers.h | |
parent | 2ea017993016cf10f5d3f872842474ec715ca0a0 (diff) |
- Footnote support
- Support for super and sub script
Diffstat (limited to 'src/xmlcomposehelpers.h')
-rw-r--r-- | src/xmlcomposehelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlcomposehelpers.h b/src/xmlcomposehelpers.h index b901039..8d7e515 100644 --- a/src/xmlcomposehelpers.h +++ b/src/xmlcomposehelpers.h @@ -101,7 +101,7 @@ public: DOM::Element getElement(); void setElement(DOM::Element element, bool deep = false); - AnalyserPtr getAnalyser(); + AnalyserPtr getAnalyser(bool deep = true); void setAnalyser(AnalyserPtr analyser, bool deep = false); DestinationPtr getDestination(); void setDestination(DestinationPtr destination, bool deep = false); |