summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-11 08:42:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-11 09:05:13 +0100
commitdd3bb0aa49bbf45138d2ea594fb593729ac3b2b0 (patch)
tree2f6c92d1e618abae12c5475ff5bdeb2d542b2b98 /include/svx
parentmodern .ui for optpage/redlineoptionstabpage (diff)
downloadcore-dd3bb0aa49bbf45138d2ea594fb593729ac3b2b0.tar.gz
core-dd3bb0aa49bbf45138d2ea594fb593729ac3b2b0.zip
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/svx')
-rw-r--r--include/svx/fntctrl.hxx2
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 );