diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-21 10:21:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-21 11:31:26 +0000 |
commit | 4b2daa1cd57ae022a728296882a91407a3746309 (patch) | |
tree | e3597b30859149298821e5dbdc6a2baacaea783d /include/sfx2 | |
parent | eeccf1be6a5752b2288086d1f52c1b1e3e5c4137 (diff) |
Resolves: fdo#88562 convert filename widget from ro-edit to selectable-label
Change-Id: I56205bf5c28b6196aae10ecfa658111768f0e433
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index ecf71c43adfe..027f6bcfb085 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -180,7 +180,7 @@ class SfxDocumentPage : public SfxTabPage { private: FixedImage* m_pBmp; - Edit* m_pNameED; + SelectableFixedText* m_pNameED; PushButton* m_pChangePassBtn; SelectableFixedText* m_pShowTypeFT; |