summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.cxx2
-rw-r--r--desktop/source/splash/splash.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.cxx b/desktop/source/deployment/gui/dp_gui_dialog2.cxx
index 45c5fd491e6c..46a9d65e41f1 100644
--- a/desktop/source/deployment/gui/dp_gui_dialog2.cxx
+++ b/desktop/source/deployment/gui/dp_gui_dialog2.cxx
@@ -996,7 +996,7 @@ bool ExtMgrDialog::EventNotify( NotifyEvent& rNEvt )
if ( aKeyCode.GetGroup() == KEYGROUP_CURSOR )
bHandled = m_pExtensionBox->EventNotify(rNEvt);
}
-// VCLEVENT_WINDOW_CLOSE
+// VclEventId::WindowClose
if ( !bHandled )
return ModelessDialog::EventNotify(rNEvt);
else
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index a9b62cb6a0e7..a7385ae5bb7a 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -370,7 +370,7 @@ IMPL_LINK( SplashScreen, AppEventListenerHdl, VclSimpleEvent&, inEvent, void )
{
switch ( inEvent.GetId() )
{
- case VCLEVENT_WINDOW_SHOW:
+ case VclEventId::WindowShow:
pWindow->Redraw();
break;
default: