diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-30 09:43:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-07 14:42:31 +0200 |
commit | a2304f62e963b413b7575bedfb8d34e5f2d3ea58 (patch) | |
tree | e92b8fce9d381deb02a9823ca24cd20a272c08d0 /starmath/inc/dialog.hxx | |
parent | 1a86f5643f3c36ead2f9aee42571664c2454ccf7 (diff) |
weld writer page style dialog and SvxBorderBackgroundDlg
writer, format page is complete
Change-Id: I09f6e4354461c4374cdb0d0e0754dfee35415b45
Reviewed-on: https://gerrit.libreoffice.org/60058
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r-- | starmath/inc/dialog.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index 37dcbd5bd45a..847f65783ed4 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.hxx @@ -284,9 +284,9 @@ public: virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override { + CustomWidgetController::SetDrawingArea(pDrawingArea); pDrawingArea->set_size_request(pDrawingArea->get_approximate_digit_width() * 27, pDrawingArea->get_text_height() * 9); - CustomWidgetController::SetDrawingArea(pDrawingArea); } void calccols(vcl::RenderContext& rRenderContext); @@ -315,9 +315,9 @@ public: virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override { + CustomWidgetController::SetDrawingArea(pDrawingArea); pDrawingArea->set_size_request(pDrawingArea->get_approximate_digit_width() * 27, pDrawingArea->get_text_height() * 9); - CustomWidgetController::SetDrawingArea(pDrawingArea); } void SetText(const OUString& rText) { m_aText = rText; } @@ -386,9 +386,9 @@ public: virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override { + CustomWidgetController::SetDrawingArea(pDrawingArea); pDrawingArea->set_size_request(pDrawingArea->get_approximate_digit_width() * 7, pDrawingArea->get_text_height() * 3); - CustomWidgetController::SetDrawingArea(pDrawingArea); } void SetSymbol(const SmSym *pSym); |