summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/toolbox.cxx2
-rw-r--r--starmath/source/view.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/toolbox.cxx b/starmath/source/toolbox.cxx
index 455441f4ab61..04a93553be68 100644
--- a/starmath/source/toolbox.cxx
+++ b/starmath/source/toolbox.cxx
@@ -201,7 +201,7 @@ void SmToolBoxWindow::DataChanged( const DataChangedEvent &rEvt )
void SmToolBoxWindow::StateChanged( StateChangedType nStateChange )
{
static bool bSetPosition = true;
- if (STATE_CHANGE_INITSHOW == nStateChange)
+ if (StateChangedType::INITSHOW == nStateChange)
{
SetCategory( nActiveCategoryRID == USHRT_MAX ? RID_UNBINOPS_CAT : nActiveCategoryRID );
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index c023365333a1..f9c77ca2b4ca 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -128,7 +128,7 @@ SmGraphicWindow::~SmGraphicWindow()
void SmGraphicWindow::StateChanged( StateChangedType eType )
{
- if ( eType == STATE_CHANGE_INITSHOW )
+ if ( eType == StateChangedType::INITSHOW )
Show();
ScrollableWindow::StateChanged( eType );
}
@@ -796,7 +796,7 @@ SfxChildAlignment SmCmdBoxWindow::CheckAlignment(SfxChildAlignment eActual,
void SmCmdBoxWindow::StateChanged( StateChangedType nStateChange )
{
- if (STATE_CHANGE_INITSHOW == nStateChange)
+ if (StateChangedType::INITSHOW == nStateChange)
{
Resize(); // avoid SmEditWindow not being painted correctly