summaryrefslogtreecommitdiff
path: root/include/svx/hdft.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-28 11:47:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-29 14:39:56 +0100
commitb2d08d759ee755cb5722553e01fb6d007ac9ffbe (patch)
tree78f090a64d417f630d4a4cf20455bb1fd66d0b3d /include/svx/hdft.hxx
parentd4116a4f66ce20b492c143606b67d5eb9ee2fc09 (diff)
convert more queryboxes to new message box replacement
Change-Id: Ice41a86e17d5cbee784e239224b640ea4378ac36
Diffstat (limited to 'include/svx/hdft.hxx')
-rw-r--r--include/svx/hdft.hxx24
1 files changed, 22 insertions, 2 deletions
diff --git a/include/svx/hdft.hxx b/include/svx/hdft.hxx
index 3af1316aba10..4a40479f2232 100644
--- a/include/svx/hdft.hxx
+++ b/include/svx/hdft.hxx
@@ -22,10 +22,10 @@
#include <sfx2/tabdlg.hxx>
#include <vcl/fixed.hxx>
-
#include <vcl/field.hxx>
-
#include <vcl/group.hxx>
+#include <vcl/layout.hxx>
+
#include <svx/pagectrl.hxx>
#include "svx/svxdllapi.h"
@@ -120,6 +120,26 @@ private:
SVX_DLLPRIVATE SvxFooterPage( Window* pParent, const SfxItemSet& rSet );
};
+class SVX_DLLPUBLIC DeleteHeaderDialog : public MessageDialog
+{
+public:
+ DeleteHeaderDialog(Window *pParent)
+ : MessageDialog(pParent, "DeleteHeaderDialog",
+ "svx/ui/deleteheaderdialog.ui")
+ {
+ }
+};
+
+class SVX_DLLPUBLIC DeleteFooterDialog : public MessageDialog
+{
+public:
+ DeleteFooterDialog(Window *pParent)
+ : MessageDialog(pParent, "DeleteFooterDialog",
+ "svx/ui/deletefooterdialog.ui")
+ {
+ }
+};
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */