diff options
Diffstat (limited to 'sc/source/ui/pagedlg/hfedtdlg.cxx')
-rw-r--r-- | sc/source/ui/pagedlg/hfedtdlg.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/pagedlg/hfedtdlg.cxx b/sc/source/ui/pagedlg/hfedtdlg.cxx index 637532239e70..0b0d99f67e3a 100644 --- a/sc/source/ui/pagedlg/hfedtdlg.cxx +++ b/sc/source/ui/pagedlg/hfedtdlg.cxx @@ -166,8 +166,7 @@ ScHFEditActiveDlg::ScHFEditActiveDlg( rCoreSet.Get( rCoreSet.GetPool()->GetWhich(SID_ATTR_PAGE) )); - bool bRightPage = ( SVX_PAGE_LEFT != - SvxPageUsage(rPageItem.GetPageUsage()) ); + bool bRightPage = SvxPageUsage::Left != rPageItem.GetPageUsage(); if ( bRightPage ) { |