From dd3bb0aa49bbf45138d2ea594fb593729ac3b2b0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 11 Jul 2013 08:42:19 +0100 Subject: 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 --- include/svx/fntctrl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 ); -- cgit