diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-11 08:42:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-11 09:05:13 +0100 |
commit | dd3bb0aa49bbf45138d2ea594fb593729ac3b2b0 (patch) | |
tree | 2f6c92d1e618abae12c5475ff5bdeb2d542b2b98 /include | |
parent | b67b78abb57b7d5580dd1e31b86c2c623db528f6 (diff) |
make SwMarkPreview available through .ui format
+ move getting size from ctor to Paint
+ add possibility for border to font preview
+ add possibility for setting initial text via .ui for font preview
+ move old .src combobox contents into .ui and re-enable code
Change-Id: I0470da54c6764d67bccd5828cce9b11d2e7df3b3
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/fntctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx index cd8449117d76..93edc0d04b13 100644 --- a/include/svx/fntctrl.hxx +++ b/include/svx/fntctrl.hxx @@ -49,7 +49,7 @@ private: public: SvxFontPrevWindow( Window* pParent, const ResId& rId ); - SvxFontPrevWindow(Window* pParent); + SvxFontPrevWindow(Window* pParent, WinBits nStyle); virtual ~SvxFontPrevWindow(); virtual void StateChanged( StateChangedType nStateChange ); |