diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-11 21:33:06 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-11 21:33:06 +0000 |
commit | 6469807b6ca403cb585616fe3b9c0607ba391529 (patch) | |
tree | 7e55e57e28e39c0f2f43d0523cded967053f3f2d /src/xmlcomposehelpers.h | |
parent | 6e217760d3d737a4d291f21764a227b3abea8060 (diff) |
Some level fixes
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 8d7e515..f91923e 100644 --- a/src/xmlcomposehelpers.h +++ b/src/xmlcomposehelpers.h @@ -103,7 +103,7 @@ public: void setElement(DOM::Element element, bool deep = false); AnalyserPtr getAnalyser(bool deep = true); void setAnalyser(AnalyserPtr analyser, bool deep = false); - DestinationPtr getDestination(); + DestinationPtr getDestination(bool deep = true); void setDestination(DestinationPtr destination, bool deep = false); RtfFormatting& getFormatting(); void setTextProperties(RtfFormatting& textProperties); |