summaryrefslogtreecommitdiff
path: root/sw/source/uibase/fldui
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/fldui')
-rw-r--r--sw/source/uibase/fldui/fldwrap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/fldui/fldwrap.cxx b/sw/source/uibase/fldui/fldwrap.cxx
index 2acec8581b41..8e90321f1979 100644
--- a/sw/source/uibase/fldui/fldwrap.cxx
+++ b/sw/source/uibase/fldui/fldwrap.cxx
@@ -88,7 +88,7 @@ SwFldDlgWrapper::SwFldDlgWrapper( vcl::Window* _pParent, sal_uInt16 nId,
pDlgInterface = pDlg;
pWindow = pDlg->GetWindow();
pDlg->Start();
- eChildAlignment = SFX_ALIGN_NOALIGNMENT;
+ eChildAlignment = SfxChildAlignment::NOALIGNMENT;
}
// newly initialise dialog after Doc switch
@@ -136,7 +136,7 @@ SwFldDataOnlyDlgWrapper::SwFldDataOnlyDlgWrapper( vcl::Window* _pParent, sal_uIn
pDlg->ActivateDatabasePage();
pDlg->Start();
pDlg->Initialize( pInfo );
- eChildAlignment = SFX_ALIGN_NOALIGNMENT;
+ eChildAlignment = SfxChildAlignment::NOALIGNMENT;
}
// re-init after doc activation