diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-22 12:33:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:20 +0100 |
commit | a983689039321013117a69ac2eba6ecbf85773ac (patch) | |
tree | ada44bcd91458ee987e56c78798a8c0773178312 /sfx2/inc | |
parent | a3b7b56eaaf6adce8efbbd1d40a06cc703311ee3 (diff) |
Implement conversion scheme for dialogs without changing their code
This supports a scheme where we can change over a dialog to GtkBuilder xml
without touching its code by the presence of a .ui file in the right place e.g.
share/config/soffice.cfg/cui/10000.ui for the zoom dialog
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/basedlgs.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/basedlgs.hxx b/sfx2/inc/sfx2/basedlgs.hxx index 1461177a2b33..c5c8f559059a 100644 --- a/sfx2/inc/sfx2/basedlgs.hxx +++ b/sfx2/inc/sfx2/basedlgs.hxx @@ -70,8 +70,6 @@ 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 ); |