diff options
Diffstat (limited to 'svtools/inc/FltCallDialogParameter.hxx')
-rw-r--r-- | svtools/inc/FltCallDialogParameter.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/svtools/inc/FltCallDialogParameter.hxx b/svtools/inc/FltCallDialogParameter.hxx index ddc78e6cd1ea..cd131fa2c235 100644 --- a/svtools/inc/FltCallDialogParameter.hxx +++ b/svtools/inc/FltCallDialogParameter.hxx @@ -19,16 +19,15 @@ #ifndef INCLUDED_SVTOOLS_INC_FTLCALLDIALOGPARAMETER_HXX #define INCLUDED_SVTOOLS_INC_FTLCALLDIALOGPARAMETER_HXX -#include <sal/types.h> -#include <vcl/field.hxx> -#include <com/sun/star/uno/Sequence.h> + +#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> -#include <vcl/FilterConfigItem.hxx> +#include <tools/fldunit.hxx> class FilterConfigItem; class SvStream; class Graphic; -namespace vcl +namespace weld { class Window; } |