summaryrefslogtreecommitdiff
path: root/include/editeng/escapementitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/escapementitem.hxx')
-rw-r--r--include/editeng/escapementitem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/escapementitem.hxx b/include/editeng/escapementitem.hxx
index 516fd8a8290a..e7aab1305f9f 100644
--- a/include/editeng/escapementitem.hxx
+++ b/include/editeng/escapementitem.hxx
@@ -67,13 +67,13 @@ public:
inline void SetEscapement( const SvxEscapement eNew )
{
- if( SVX_ESCAPEMENT_OFF == eNew )
+ if( SvxEscapement::Off == eNew )
{
nEsc = 0;
nProp = 100;
}
else
- if( SVX_ESCAPEMENT_SUPERSCRIPT == eNew )
+ if( SvxEscapement::Superscript == eNew )
{
nEsc = DFLT_ESC_SUPER;
nProp = DFLT_ESC_PROP;