diff options
author | ackepenek <ahmetcan.kepenek@gmail.com> | 2016-02-21 05:33:45 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-21 17:02:45 +0000 |
commit | c621c3f5e115c90249319ef98e1e33e9fd603c9e (patch) | |
tree | 27c63b59c3985fda3066213b3063c2b5f45b9d42 /sw/source/uibase/app | |
parent | f4e13bc973ed50bed80f2833dc8e5bc7a69bb44e (diff) |
tdf#84938 replace FRMMGR_TYPE_ with enum
Change-Id: I899b57a485b83cd7c10ddc5192c92b4c87fe583a
Reviewed-on: https://gerrit.libreoffice.org/22582
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/app')
-rw-r--r-- | sw/source/uibase/app/appenv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/appenv.cxx b/sw/source/uibase/app/appenv.cxx index c66094cd0b30..ad0ed53ddfeb 100644 --- a/sw/source/uibase/app/appenv.cxx +++ b/sw/source/uibase/app/appenv.cxx @@ -417,7 +417,7 @@ void SwModule::InsertEnv( SfxRequest& rReq ) pSh->ChgCurPageDesc(*pDesc); // Insert Frame - SwFlyFrameAttrMgr aMgr(false, pSh, FRMMGR_TYPE_ENVELP); + SwFlyFrameAttrMgr aMgr(false, pSh, Frmmgr_Type::ENVELP); SwFieldMgr aFieldMgr; aMgr.SetHeightSizeType(ATT_VAR_SIZE); |