summaryrefslogtreecommitdiff
path: root/svtools
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 22:22:27 +0200
commite10cd7f66af779347f428425f89fdd225ba5cc2e (patch)
treecb3e2c2b7e48ab9c41c4806d8eb2eaa620c50feb /svtools
parent93b8f08f1ff100771b12ce1960f346464f2db766 (diff)
weld SvxCharPositionPage
Change-Id: I2084702798e5b01eae5905dc54ad8413e6d5fae6 Reviewed-on: https://gerrit.libreoffice.org/55765 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/valueset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index 292c89a097b2..7ecb3b4159fe 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -3504,7 +3504,7 @@ bool SvtValueSet::ImplScroll(const Point& rPos)
void SvtValueSet::StyleUpdated()
{
mbFormat = true;
- Invalidate();
+ CustomWidgetController::StyleUpdated();
}
void SvtValueSet::SetColCount( sal_uInt16 nNewCols )