diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-16 10:30:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-16 12:27:09 +0000 |
commit | f1088250485fa91b4131102c5275e73653bc0c2c (patch) | |
tree | 25e8ccf09155ea72ff5af96a07652499b471cd31 /cui/source/inc/cuicharmap.hxx | |
parent | 463f2d4fe211e991d551be67be74cf2090afdb7e (diff) |
Resolves: fdo#59182 make the special character dialog behave
lock down the sizes of the widgets which depend on the (variable) font in terms
of widgets which are invariant so that they don't jump around to their optimal
sizes as the selected font changes.
Change-Id: I65ea24adb43f9faa974025b6db1c35766b577cd7
Diffstat (limited to 'cui/source/inc/cuicharmap.hxx')
-rw-r--r-- | cui/source/inc/cuicharmap.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx index 13af57378948..d9db58c24a3a 100644 --- a/cui/source/inc/cuicharmap.hxx +++ b/cui/source/inc/cuicharmap.hxx @@ -92,6 +92,8 @@ private: DECL_LINK(CharPreSelectHdl, void *); DECL_LINK(DeleteHdl, void *); + void fillAllSubsets(ListBox &rListBox); + public: SvxCharacterMap( Window* pParent, sal_Bool bOne=sal_True, const SfxItemSet* pSet=0 ); ~SvxCharacterMap(); |