diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-25 11:14:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:17 +0100 |
commit | 88ab6e32f70bf6ae3cbe0677942b71701069b4db (patch) | |
tree | 661768dd2948d27cfcbdad55917448e4181acb53 /sfx2/inc | |
parent | df5e8df4598c27a348dac30557535ec9205e3c04 (diff) |
park VclBuilder integration into SfxModalDialog for the moment
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/basedlgs.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/basedlgs.hxx b/sfx2/inc/sfx2/basedlgs.hxx index cc90161cb78c..1461177a2b33 100644 --- a/sfx2/inc/sfx2/basedlgs.hxx +++ b/sfx2/inc/sfx2/basedlgs.hxx @@ -22,9 +22,10 @@ #include "sal/config.h" #include "sfx2/dllapi.h" #include "sal/types.h" +#include <vcl/builder.hxx> +#include <vcl/dialog.hxx> #include <vcl/floatwin.hxx> #include <vcl/timer.hxx> -#include <vcl/dialog.hxx> class TabPage; class SfxTabPage; @@ -69,7 +70,10 @@ private: SAL_DLLPRIVATE void init(); protected: + VclBuilder *m_pUIBuilder; + SfxModalDialog(Window *pParent, const ResId& ); + SfxModalDialog(Window *pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription ); SfxModalDialog(Window* pParent, sal_uInt32 nUniqueId, WinBits nWinStyle = WB_STDMODAL ); String& GetExtraData() { return aExtraData; } |