summaryrefslogtreecommitdiff
path: root/filter/source/svg/impsvgdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/impsvgdialog.hxx')
-rw-r--r--filter/source/svg/impsvgdialog.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/filter/source/svg/impsvgdialog.hxx b/filter/source/svg/impsvgdialog.hxx
index 2d7be2ff33e6..d3a7b31f42bc 100644
--- a/filter/source/svg/impsvgdialog.hxx
+++ b/filter/source/svg/impsvgdialog.hxx
@@ -20,15 +20,15 @@
#ifndef INCLUDED_FILTER_SOURCE_SVG_IMPSVGDIALOG_HXX
#define INCLUDED_FILTER_SOURCE_SVG_IMPSVGDIALOG_HXX
-#include <com/sun/star/uno/Sequence.h>
-#include <com/sun/star/beans/PropertyValue.hpp>
-
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <vcl/field.hxx>
-#include <svtools/stdctrl.hxx>
#include <vcl/FilterConfigItem.hxx>
+#include <svtools/stdctrl.hxx>
+
+#include <com/sun/star/uno/Sequence.h>
+#include <com/sun/star/beans/PropertyValue.hpp>
#define SVG_EXPORTFILTER_CONFIGPATH "Office.Common/Filter/SVG/Export/"
#define SVG_PROP_TINYPROFILE "TinyMode"
@@ -38,12 +38,10 @@
#define SVG_PROP_POSITIONED_CHARACTERS "UsePositionedCharacters"
-// - ImpSVGDialog -
-
-
class ResMgr;
namespace vcl { class Window; }
+
class ImpSVGDialog : public ModalDialog
{
private: