summaryrefslogtreecommitdiffstats
path: root/include/svtools/wizdlg.hxx
diff options
context:
space:
mode:
authorPalenik Mihály <palenik.mihaly@gmail.com>2014-07-14 11:37:33 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-07-14 15:37:16 +0000
commit415ae835224d7af6eea5b31d43322e00e205a5cd (patch)
tree0fe5acc751ae0ed4da7c410c23cf0533a8b0ae88 /include/svtools/wizdlg.hxx
parentExternalProject_python3.mk: MACOSX (diff)
downloadcore-415ae835224d7af6eea5b31d43322e00e205a5cd.tar.gz
core-415ae835224d7af6eea5b31d43322e00e205a5cd.zip
Convert 3 dialogs to .ui
I converted RID_DLG_LISTCOMBOWIZARD, RID_DLG_GROUPBOXWIZARD and RID_DLG_GRIDWIZARD to .ui Change-Id: I221f22edbe4c638bfa80065d7775f78af24590cc Reviewed-on: https://gerrit.libreoffice.org/10277 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools/wizdlg.hxx')
-rw-r--r--include/svtools/wizdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx
index 798d706b9551..8d26dc40305c 100644
--- a/include/svtools/wizdlg.hxx
+++ b/include/svtools/wizdlg.hxx
@@ -254,6 +254,7 @@ private:
public:
WizardDialog( Window* pParent, WinBits nStyle = WB_STDTABDIALOG );
WizardDialog( Window* pParent, const ResId& rResId );
+ WizardDialog( Window* pParent, const OString& rID, const OUString& rUIXMLDescription );
virtual ~WizardDialog();
virtual void Resize() SAL_OVERRIDE;