summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/paragraph/ParaBulletsControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/paragraph/ParaBulletsControl.cxx')
-rw-r--r--svx/source/sidebar/paragraph/ParaBulletsControl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/paragraph/ParaBulletsControl.cxx b/svx/source/sidebar/paragraph/ParaBulletsControl.cxx
index 268728a4a76e..d33d490a0c6b 100644
--- a/svx/source/sidebar/paragraph/ParaBulletsControl.cxx
+++ b/svx/source/sidebar/paragraph/ParaBulletsControl.cxx
@@ -88,8 +88,8 @@ ParaBulletsControl::~ParaBulletsControl()
void ParaBulletsControl::UpdateValueSet()
{
- maBulletsVS.StateChanged(STATE_CHANGE_STYLE);
- maBulletsVS.StateChanged(STATE_CHANGE_INITSHOW);
+ maBulletsVS.StateChanged(StateChangedType::STYLE);
+ maBulletsVS.StateChanged(StateChangedType::INITSHOW);
const sal_uInt16 nTypeIndex = mrParaPropertyPanel.GetBulletTypeIndex();
if ( nTypeIndex != (sal_uInt16)0xFFFF )