summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/EPUBExportDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/writer/EPUBExportDialog.hxx')
-rw-r--r--writerperfect/source/writer/EPUBExportDialog.hxx19
1 files changed, 10 insertions, 9 deletions
diff --git a/writerperfect/source/writer/EPUBExportDialog.hxx b/writerperfect/source/writer/EPUBExportDialog.hxx
index 51326c1ae1f6..6852b11a6bbb 100644
--- a/writerperfect/source/writer/EPUBExportDialog.hxx
+++ b/writerperfect/source/writer/EPUBExportDialog.hxx
@@ -19,24 +19,25 @@ class SequenceAsHashMap;
namespace writerperfect
{
-
/// EPUB export options dialog.
class EPUBExportDialog : public weld::GenericDialogController
{
public:
- EPUBExportDialog(weld::Window *pParent, comphelper::SequenceAsHashMap &rFilterData, css::uno::Reference<css::uno::XComponentContext> xContext, css::uno::Reference<css::lang::XComponent> xDocument);
+ EPUBExportDialog(weld::Window* pParent, comphelper::SequenceAsHashMap& rFilterData,
+ css::uno::Reference<css::uno::XComponentContext> xContext,
+ css::uno::Reference<css::lang::XComponent> xDocument);
~EPUBExportDialog() override;
private:
- DECL_LINK(VersionSelectHdl, weld::ComboBoxText &, void);
- DECL_LINK(SplitSelectHdl, weld::ComboBoxText &, void);
- DECL_LINK(LayoutSelectHdl, weld::ComboBoxText &, void);
- DECL_LINK(CoverClickHdl, weld::Button &, void);
- DECL_LINK(MediaClickHdl, weld::Button &, void);
- DECL_LINK(OKClickHdl, weld::Button &, void);
+ DECL_LINK(VersionSelectHdl, weld::ComboBoxText&, void);
+ DECL_LINK(SplitSelectHdl, weld::ComboBoxText&, void);
+ DECL_LINK(LayoutSelectHdl, weld::ComboBoxText&, void);
+ DECL_LINK(CoverClickHdl, weld::Button&, void);
+ DECL_LINK(MediaClickHdl, weld::Button&, void);
+ DECL_LINK(OKClickHdl, weld::Button&, void);
css::uno::Reference<css::uno::XComponentContext> m_xContext;
- comphelper::SequenceAsHashMap &m_rFilterData;
+ comphelper::SequenceAsHashMap& m_rFilterData;
css::uno::Reference<css::lang::XComponent> m_xSourceDocument;
std::unique_ptr<weld::ComboBoxText> m_xVersion;