diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-18 09:04:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-18 10:43:54 +0000 |
commit | 6154e1b4e9c39adac57b0131ceee3a6d2be86fa9 (patch) | |
tree | 2bee113ab3c2695ad77c4b7c9ef2ffe91dad33f8 /sfx2/inc | |
parent | 351b71edc0bb3076578dfcc4a32d349448e7c24c (diff) |
split out description info page and convert to .ui
Change-Id: I502a51018f7281c9e4bc42d6f9ae76e6cd6a3d86
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/dinfdlg.hxx | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sfx2/inc/sfx2/dinfdlg.hxx b/sfx2/inc/sfx2/dinfdlg.hxx index b5147ec635a7..09b7a1fcdad7 100644 --- a/sfx2/inc/sfx2/dinfdlg.hxx +++ b/sfx2/inc/sfx2/dinfdlg.hxx @@ -214,15 +214,11 @@ public: class SfxDocumentDescPage : public SfxTabPage { private: - FixedText aTitleFt; - Edit aTitleEd; - FixedText aThemaFt; - Edit aThemaEd; - FixedText aKeywordsFt; - Edit aKeywordsEd; - FixedText aCommentFt; - MultiLineEdit aCommentEd; - SfxDocumentInfoItem* pInfoItem; + Edit* m_pTitleEd; + Edit* m_pThemaEd; + Edit* m_pKeywordsEd; + VclMultiLineEdit* m_pCommentEd; + SfxDocumentInfoItem* m_pInfoItem; protected: SfxDocumentDescPage( Window* pParent, const SfxItemSet& ); |