summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r--starmath/source/view.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index cb391ebe2103..57e3ad92a0ac 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -134,7 +134,7 @@ void SmGraphicWindow::dispose()
void SmGraphicWindow::StateChanged( StateChangedType eType )
{
- if ( eType == StateChangedType::INITSHOW )
+ if ( eType == StateChangedType::InitShow )
Show();
ScrollableWindow::StateChanged( eType );
}
@@ -803,7 +803,7 @@ SfxChildAlignment SmCmdBoxWindow::CheckAlignment(SfxChildAlignment eActual,
void SmCmdBoxWindow::StateChanged( StateChangedType nStateChange )
{
- if (StateChangedType::INITSHOW == nStateChange)
+ if (StateChangedType::InitShow == nStateChange)
{
Resize(); // avoid SmEditWindow not being painted correctly