summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/textattr.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-22 14:29:44 +0200
committerNoel Grandin <noel@peralex.com>2015-04-29 10:41:38 +0200
commit0779e5a6a7bd4388638c337718ff3f934b64bd3a (patch)
treec409b1835bf82d351eb0ac1d0bba43cb45d8da83 /cui/source/tabpages/textattr.cxx
parent9fb3b992df26283e21e89bb2121b3cadd4b22c4d (diff)
convert CS_ constants to scoped enum
Change-Id: I7fb03a04f086c1952a6f186a00fffad0b6c1236b
Diffstat (limited to 'cui/source/tabpages/textattr.cxx')
-rw-r--r--cui/source/tabpages/textattr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/textattr.cxx b/cui/source/tabpages/textattr.cxx
index d04a830b9dbd..9d7a3af424f9 100644
--- a/cui/source/tabpages/textattr.cxx
+++ b/cui/source/tabpages/textattr.cxx
@@ -298,7 +298,7 @@ void SvxTextAttrPage::Reset( const SfxItemSet* rAttrs )
// VertAdjust or HorAdjust is not unequivocal
m_pCtlPosition->Reset();
- m_pCtlPosition->SetState(TRISTATE_INDET);
+ m_pCtlPosition->SetState(CTL_STATE::NOVERT);
m_pCtlPosition->DoCompletelyDisable(true);
m_pTsbFullWidth->SetState(TRISTATE_INDET);