summaryrefslogtreecommitdiff
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-24 15:09:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-25 20:18:40 +0100
commit1f7ad0824ff0e4b634094b373ff90df8cf2a9e7d (patch)
treea3709cba42da5970b96657ab0c471bd04e232c0a /include/sfx2/basedlgs.hxx
parentca70c24939b0475f7e22a2b0cdf6787737546c92 (diff)
weld SfxMacroAssignDlg
Change-Id: I80045f1d1ca189fc490dc88b3471d68782df6f1c Reviewed-on: https://gerrit.libreoffice.org/63988 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 06c928265277..91d412d48b46 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -227,7 +227,6 @@ private:
class SFX2_DLLPUBLIC SfxSingleTabDialogController : public SfxDialogController
{
private:
- VclPtr<SfxTabPage> m_xSfxPage;
std::unique_ptr<SfxItemSet> m_xOutputSet;
const SfxItemSet* m_pInputSet;
@@ -247,6 +246,7 @@ public:
const SfxItemSet* GetInputItemSet() const { return m_pInputSet; }
protected:
+ VclPtr<SfxTabPage> m_xSfxPage;
std::unique_ptr<weld::Container> m_xContainer;
std::unique_ptr<weld::Button> m_xOKBtn;
std::unique_ptr<weld::Button> m_xHelpBtn;