summaryrefslogtreecommitdiff
path: root/reportdesign/inc/ReportVisitor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/ReportVisitor.hxx')
-rw-r--r--reportdesign/inc/ReportVisitor.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/reportdesign/inc/ReportVisitor.hxx b/reportdesign/inc/ReportVisitor.hxx
index 13c080fd0a26..b22847112042 100644
--- a/reportdesign/inc/ReportVisitor.hxx
+++ b/reportdesign/inc/ReportVisitor.hxx
@@ -51,6 +51,9 @@ namespace reportdesign
virtual void traverseGroupFooter(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) = 0;
virtual void traverseDetail(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSection) = 0;
+
+ protected:
+ ~ITraverseReport() {}
};
class REPORTDESIGN_DLLPUBLIC OReportVisitor