diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-19 10:19:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-19 15:23:15 +0000 |
commit | 8c2da9a4ba786b08d1aa07e01060bbf1eb9f167f (patch) | |
tree | 1f1b16e4027a36d8fce1a569b8358f108781c082 /sfx2/inc | |
parent | da5390f5613c2daa18f0f30760e47e7a102694df (diff) |
split out custom info page and convert to .ui
Change-Id: I4353c839f6b081fcffd33edb2eb6722e91379cf5
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/dinfdlg.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/dinfdlg.hxx b/sfx2/inc/sfx2/dinfdlg.hxx index abb3e495eae5..3bd64daee6a9 100644 --- a/sfx2/inc/sfx2/dinfdlg.hxx +++ b/sfx2/inc/sfx2/dinfdlg.hxx @@ -526,9 +526,7 @@ public: class SfxCustomPropertiesPage : public SfxTabPage { private: - CustomPropertiesControl m_aPropertiesCtrl; - PushButton m_aAddBtn; - FixedText m_aPropertiesFT; // Sym2_5121----, Moved by Steve Yin + CustomPropertiesControl* m_pPropertiesCtrl; DECL_LINK(AddHdl, void *); |