summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/diactrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/diactrl.cxx')
-rw-r--r--sd/source/ui/dlg/diactrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/diactrl.cxx b/sd/source/ui/dlg/diactrl.cxx
index 1958b6271433..1c8e5f9902c7 100644
--- a/sd/source/ui/dlg/diactrl.cxx
+++ b/sd/source/ui/dlg/diactrl.cxx
@@ -52,7 +52,7 @@ SdPagesField::SdPagesField( vcl::Window* pParent,
SetSizePixel( aSize );
// set parameter of MetricFields
- SetUnit( FUNIT_CUSTOM );
+ SetUnit( FieldUnit::CUSTOM );
SetMin( 1 );
SetFirst( 1 );
SetMax( 15 );