summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/imivctl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/imivctl.hxx')
-rw-r--r--svtools/source/contnr/imivctl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/imivctl.hxx b/svtools/source/contnr/imivctl.hxx
index b9b79754db23..444a37a2f937 100644
--- a/svtools/source/contnr/imivctl.hxx
+++ b/svtools/source/contnr/imivctl.hxx
@@ -294,7 +294,7 @@ class SvxIconChoiceCtrl_Impl
void SetDefaultTextSize();
bool IsAutoArrange() const
{
- return (ePositionMode == IcnViewPositionModeAutoArrange);
+ return (ePositionMode == SvxIconChoiceCtrlPositionMode::AutoArrange);
}
void DocRectChanged() { aDocRectChangedIdle.Start(); }
void VisRectChanged() { aVisRectChangedIdle.Start(); }