diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-22 16:35:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-22 20:26:08 +0100 |
commit | c02696d7f9e4f56954e1c37452949762872f1f8e (patch) | |
tree | 4747644c1604bda5ab8a00830a8adb4358868f38 /reportdesign | |
parent | 216d7c42a8ccc5fa1379e84cb6b32d21857f774d (diff) |
forward declare some things and avoid includes
Change-Id: I8bf6e23904c932de646aa84fffab1b5549dbdf31
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111349
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/inc/ReportControllerObserver.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/ReportControllerObserver.hxx b/reportdesign/source/ui/inc/ReportControllerObserver.hxx index ec6be058bf9b..d77fb3f2ef78 100644 --- a/reportdesign/source/ui/inc/ReportControllerObserver.hxx +++ b/reportdesign/source/ui/inc/ReportControllerObserver.hxx @@ -25,12 +25,13 @@ #include <memory> -#include <vcl/vclevent.hxx> #include <tools/link.hxx> #include "FormattedFieldBeautifier.hxx" #include "FixedTextColor.hxx" +class VclSimpleEvent; + namespace rptui { class OReportController; |