diff options
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); |