diff options
Diffstat (limited to 'include/sfx2/new.hxx')
-rw-r--r-- | include/sfx2/new.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/new.hxx b/include/sfx2/new.hxx index f5c30c23060f..0697414fa4ca 100644 --- a/include/sfx2/new.hxx +++ b/include/sfx2/new.hxx @@ -22,6 +22,7 @@ #include <memory> #include <sal/config.h> #include <sfx2/dllapi.h> +#include <sfx2/basedlgs.hxx> #include <sfx2/objsh.hxx> #include <vcl/idle.hxx> @@ -55,7 +56,7 @@ namespace o3tl #define RET_TEMPLATE_LOAD 100 -class SFX2_DLLPUBLIC SfxNewFileDialog : public weld::GenericDialogController +class SFX2_DLLPUBLIC SfxNewFileDialog : public SfxDialogController { private: Idle m_aPrevIdle; |