diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-07 14:30:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-07 14:35:20 +0000 |
commit | 8da62747d0d870db3b9746b765d18b2a62e4b31b (patch) | |
tree | 552d1f3183ac98e0e1755b692b5620e8ead3bb6b /cui | |
parent | aeebbec4e8fb77a24b231362844d5a3f0f05e3c2 (diff) |
Resolves: fdo#85939 its not an OKButton anymore
Change-Id: Idecd7dc056749b2135e0690c54560aedf7f653a2
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/cuicharmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx index ebc6df7e86e5..a2e30e516502 100644 --- a/cui/source/inc/cuicharmap.hxx +++ b/cui/source/inc/cuicharmap.hxx @@ -70,7 +70,7 @@ private: SvxShowCharSet* m_pShowSet; Edit* m_pShowText; - OKButton* m_pOKBtn; + PushButton* m_pOKBtn; FixedText* m_pFontText; ListBox* m_pFontLB; FixedText* m_pSubsetText; |