summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dlgctrl.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-06-13 14:40:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-06-13 21:53:15 +0200
commit23fa8a6ed05386ce6e9997747b416279f46ddd5f (patch)
tree923f80b06e25f68ac8947a86c2ad39ca51e2928a /svx/source/dialog/dlgctrl.cxx
parentd97ac904b7a6e77cc46daf08a9b5f9628ff02ee5 (diff)
weld SvxCharPositionPage
Change-Id: I2084702798e5b01eae5905dc54ad8413e6d5fae6 Reviewed-on: https://gerrit.libreoffice.org/55759 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r--svx/source/dialog/dlgctrl.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 171faef58906..e482f1f0a494 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -1947,7 +1947,7 @@ VCL_BUILDER_FACTORY(SvxXLinePreview)
Size SvxXLinePreview::GetOptimalSize() const
{
- return getPreviewStripSize(this);
+ return getPreviewStripSize(*this);
}
SvxXLinePreview::~SvxXLinePreview()
@@ -2261,6 +2261,7 @@ void PreviewBase::LocalPostPaint(vcl::RenderContext& rRenderContext)
void PreviewBase::StyleUpdated()
{
InitSettings();
+ CustomWidgetController::StyleUpdated();
}
XRectPreview::XRectPreview()